Type Alias PairingsCallback<T>

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

Type Parameters

  • T = void