code refactor

This commit is contained in:
MaysWind
2025-06-09 23:32:19 +08:00
parent cd37e2ab1d
commit 4111eb0838
27 changed files with 73 additions and 56 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
import { WeekDay } from './datetime.ts';
import { type WeekDayValue, WeekDay } from './datetime.ts';
import { TimezoneTypeForStatistics } from './timezone.ts';
import { CurrencySortingType } from './currency.ts';
import {
@@ -54,7 +54,7 @@ export interface ApplicationSettings extends BaseApplicationSetting {
export interface LocaleDefaultSettings {
currency: string;
firstDayOfWeek: number;
firstDayOfWeek: WeekDayValue;
}
export interface ApplicationLockState {