UNPKG

117 BTypeScriptView Raw
1export interface MessageEvent {
2 data: string | object;
3 id?: string;
4 type?: string;
5 retry?: number;
6}