Repository URL to install this package:
Version:
7.0.10 ▾
|
export interface WsResponse<T = any> {
event: string;
data: T;
}