mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2026-03-22 12:35:49 +05:30
5 lines
97 B
TypeScript
5 lines
97 B
TypeScript
export interface WebSocketMessage {
|
|
url: string;
|
|
command: string;
|
|
argument: string;
|
|
} |