mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2025-12-20 05:29:33 +05:30
5 lines
97 B
TypeScript
5 lines
97 B
TypeScript
export interface WebSocketMessage {
|
|
url: string;
|
|
command: string;
|
|
argument: string;
|
|
} |