Initial commit
This commit is contained in:
7
shared/types/settings.ts
Normal file
7
shared/types/settings.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export type ThemeMode = 'light' | 'dark'
|
||||
|
||||
export interface SettingsDTO {
|
||||
theme?: 'light' | 'dark'
|
||||
wallpaperOpacity?: number
|
||||
markdownFontSize?: number
|
||||
}
|
||||
Reference in New Issue
Block a user