7 lines
No EOL
188 B
TypeScript
7 lines
No EOL
188 B
TypeScript
export interface ClientSettings {
|
|
timeFormat?: TimeFormat
|
|
selectedThemeStyle?: string // URL
|
|
selectedThemeLayout?: string // URL
|
|
}
|
|
|
|
export type TimeFormat = "Auto" | "4:18 PM" | "16:18" |