UNPKG

notbank

Version:
5 lines (4 loc) 105 B
export interface SubscriptionHandler<T> { eventName: string; eventHandler: (event: T) => void; }