feat: get breakfast package from API
This commit is contained in:
7
types/enums/currency.ts
Normal file
7
types/enums/currency.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export enum CurrencyEnum {
|
||||
DKK = "DKK",
|
||||
EUR = "EUR",
|
||||
NOK = "NOK",
|
||||
PLN = "PLN",
|
||||
SEK = "SEK",
|
||||
}
|
||||
Reference in New Issue
Block a user