UNPKG

73 BTypeScriptView Raw
1export interface WsResponse<T = any> {
2 event: string;
3 data: T;
4}