mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-17 16:24:25 +08:00
code refactor
This commit is contained in:
@@ -13,8 +13,8 @@ import services from '@/lib/services.ts';
|
||||
const exchangeRatesLocalStorageKey = 'ebk_app_exchange_rates';
|
||||
|
||||
interface LatestExchangeRates {
|
||||
time?: number;
|
||||
data?: LatestExchangeRateResponse;
|
||||
readonly time?: number;
|
||||
readonly data?: LatestExchangeRateResponse;
|
||||
}
|
||||
|
||||
function getExchangeRatesFromLocalStorage(): LatestExchangeRates {
|
||||
|
||||
Reference in New Issue
Block a user