mirror of
https://github.com/neosubhamoy/neodlp-extension.git
synced 2025-12-20 00:39:34 +05:30
(chore): initial MVP release v0.1.0
This commit is contained in:
4
types/settings.ts
Normal file
4
types/settings.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface Settings {
|
||||
theme: 'system' | 'dark' | 'light';
|
||||
autofill_url: boolean;
|
||||
}
|
||||
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