// TODO move to better location? export enum CurrencyEnum { DKK = "DKK", EUR = "EUR", NOK = "NOK", PLN = "PLN", SEK = "SEK", POINTS = "Points", Voucher = "Voucher", CC = "CC", Unknown = "Unknown", }