1
1
mirror of https://github.com/neosubhamoy/neodlp.git synced 2026-03-22 12:35:49 +05:30
Files
neodlp/src/types/websocket.ts

5 lines
97 B
TypeScript

export interface WebSocketMessage {
url: string;
command: string;
argument: string;
}