Type Alias TypedCallback<T>

TypedCallback<T>: ((err: NatsError | null, msg: T | null) => void)

Callback presented to the user with the converted type

Type Parameters

  • T