UNPKG

@materia/interfaces

Version:
5 lines (4 loc) 75 B
export interface IWebsocketMessage { channel: string; data: any; }