fix: cache hotel response
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
export enum CurrencyEnum {
|
||||
DKK = "DKK",
|
||||
EUR = "EUR",
|
||||
NOK = "NOK",
|
||||
PLN = "PLN",
|
||||
SEK = "SEK",
|
||||
Unknown = "Unknown",
|
||||
}
|
||||
Reference in New Issue
Block a user