export interface WsDataEvent { data: TData; table: string; wsKey: TWSKey; }