mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 16:24:25 +08:00
migrate signup page to composition API and typescript
This commit is contained in:
@@ -1,12 +1,4 @@
|
||||
export interface CurrencyInfo {
|
||||
readonly code: string,
|
||||
readonly fraction?: number,
|
||||
readonly symbol?: {
|
||||
readonly normal: string,
|
||||
readonly plural?: string
|
||||
},
|
||||
readonly unit: string
|
||||
}
|
||||
import type { CurrencyInfo } from '@/core/currency.ts';
|
||||
|
||||
// ISO 4217
|
||||
// Reference: https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list-one.xml
|
||||
|
||||
Reference in New Issue
Block a user