Files
2026-07-13 12:49:58 +08:00

4 lines
57 B
TypeScript

export interface Settings {
theme: 'light' | 'dark';
}