mirror of
https://github.com/neosubhamoy/neodlp-extension.git
synced 2025-12-20 02:59:33 +05:30
(chore): initial MVP release v0.1.0
This commit is contained in:
5
types/websocket.ts
Normal file
5
types/websocket.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface WebsocketMessage {
|
||||
url: string;
|
||||
command: string;
|
||||
argument: string;
|
||||
}
|
||||
Reference in New Issue
Block a user