diff --git a/src/store/state/types.ts b/src/store/state/types.ts index 99525d6..1714715 100644 --- a/src/store/state/types.ts +++ b/src/store/state/types.ts @@ -12,6 +12,7 @@ export const availableCurrencies = [ 'CAD', 'CHF', 'CNY', + 'DKK', 'SEK', 'NZD', 'MXN', @@ -35,6 +36,7 @@ export type AvailableCurrency = | 'CAD' | 'CHF' | 'CNY' + | 'DKK' | 'SEK' | 'NZD' | 'MXN'