Radarr/frontend/src/typings/UiSettings.ts

9 lines
184 B
TypeScript

export interface UiSettings {
theme: string;
showRelativeDates: boolean;
shortDateFormat: string;
longDateFormat: string;
timeFormat: string;
movieRuntimeFormat: string;
}