mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 07:27:33 +08:00
migrate user profile page to composition API and typescript
This commit is contained in:
@@ -62,6 +62,12 @@ export interface LocalizedMeridiemIndicator {
|
||||
readonly displayValues: string[];
|
||||
}
|
||||
|
||||
export interface LocalizedDateTimeFormat extends TypeAndDisplayName {
|
||||
readonly type: number;
|
||||
readonly format: string;
|
||||
readonly displayName: string;
|
||||
}
|
||||
|
||||
export interface LocalizedDateRange extends TypeAndDisplayName {
|
||||
readonly type: number;
|
||||
readonly displayName: string;
|
||||
|
||||
Reference in New Issue
Block a user