Radarr/frontend/src/typings/UiSettings.ts

9 lines
203 B
TypeScript

export interface UiSettings {
theme: 'auto' | 'dark' | 'light';
showRelativeDates: boolean;
shortDateFormat: string;
longDateFormat: string;
timeFormat: string;
movieRuntimeFormat: string;
}