2022-06-15 20:24:56 +02:00

5 lines
90 B
TypeScript

export interface WebSocketCommand {
command: string;
params?: string;
token?: string;
}