mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
f436d730fe
Co-authored-by: Qstick <qstick@gmail.com>
7 lines
137 B
TypeScript
7 lines
137 B
TypeScript
export interface UiSettings {
|
|
showRelativeDates: boolean;
|
|
shortDateFormat: string;
|
|
longDateFormat: string;
|
|
timeFormat: string;
|
|
}
|