Lidarr/frontend/src/typings/UiSettings.ts

7 lines
137 B
TypeScript

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