UNPKG

imt-gateway

Version:
10 lines (6 loc) 136 B
export type TEvent = { id?: string; type: string; bundle?: unknown; new(type: string, bundle?: unknown, id?: string): TEvent; };