5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
export interface WebSocketCommand {
|
|
command: string;
|
|
params?: string;
|
|
token?: string;
|
|
} |