UNPKG

corello

Version:

Main Kernel

5 lines (4 loc) 63 B
export interface IEvent<T> { type: string; info?: T; }