UNPKG

@ticketto/protocol

Version:

Library that defines the interfaces of the ticketto protocol to be implemented on a client

4 lines (3 loc) 86 B
export interface EventSubscription<T> { on(callback: (event: T) => void): void; }