Type Alias PairingsCallback<T>

PairingsCallback: (error: TLVErrorCode | 0, data?: T) => void

Type Parameters

  • T = void

Type declaration