mirror of
https://github.com/neosubhamoy/neodlp-extension.git
synced 2025-12-20 04:09:34 +05:30
5 lines
91 B
TypeScript
5 lines
91 B
TypeScript
export interface WebsocketMessage {
|
|
url: string;
|
|
command: string;
|
|
argument: string;
|
|
} |