mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 15:37:33 +08:00
migrate exchange rates page to composition API and typescript
This commit is contained in:
@@ -10,3 +10,9 @@ export interface LatestExchangeRateResponse {
|
||||
readonly baseCurrency: string;
|
||||
readonly exchangeRates: LatestExchangeRate[];
|
||||
}
|
||||
|
||||
export interface LocalizedLatestExchangeRate {
|
||||
readonly currencyCode: string;
|
||||
readonly currencyDisplayName: string;
|
||||
readonly rate: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user