mirror of
https://github.com/neosubhamoy/neodlp-extension.git
synced 2025-12-20 01:49:34 +05:30
4 lines
96 B
TypeScript
4 lines
96 B
TypeScript
export interface Settings {
|
|
theme: 'system' | 'dark' | 'light';
|
|
autofill_url: boolean;
|
|
} |