export interface IWebsocketTokenDto {
    token: string;
}