UNPKG

@allgemein/eventbus

Version:
6 lines (5 loc) 89 B
export interface IMessage { topic: string; message: any; [k: string]: any; }