Type Alias MsgCallback<T>

MsgCallback<T>: ((err: Error | null, msg: T) => void)

Type Parameters

  • T