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