Radarr/frontend/src/typings/UiSettings.ts

7 lines
137 B
TypeScript
Raw Normal View History

2023-05-03 04:07:12 +00:00
export interface UiSettings {
showRelativeDates: boolean;
shortDateFormat: string;
longDateFormat: string;
timeFormat: string;
}