Files
Readarr/frontend/src/typings/UiSettings.ts
T
2023-07-17 04:30:26 +03:00

7 lines
137 B
TypeScript

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