UNPKG

@reactivemarkets/switchboard-sdk

Version:
9 lines (8 loc) 160 B
export interface ISubscription { /** * A request identifier assigned by the client. * * @readonly */ readonly requestId?: string; }