Radarr/frontend/src/typings/UiSettings.ts

9 lines
203 B
TypeScript
Raw Permalink Normal View History

2023-05-03 04:07:12 +00:00
export interface UiSettings {
theme: 'auto' | 'dark' | 'light';
2023-05-03 04:07:12 +00:00
showRelativeDates: boolean;
shortDateFormat: string;
longDateFormat: string;
timeFormat: string;
movieRuntimeFormat: string;
2023-05-03 04:07:12 +00:00
}