export enum ItemType {
TIKET_MASUK = 'tiket masuk',
WAHANA = 'wahana',
BUNDLING = 'bundling',
FREE_GIFT = 'free gift',
OTHER = 'other',
}