import { ProductCategoriesMap } from "../schemas/search.js";
/**
* Product types and their categories available on Bitrefill
*/
export const productCategories: ProductCategoriesMap = {
"giftcards": [
"all-gift-cards",
"apparel",
"automobiles",
"cruises",
"ecommerce",
"electronics",
"entertainment",
"experiences",
"flights",
"food",
"food-delivery",
"games",
"gifts",
"groceries",
"health-beauty",
"home",
"multi-brand",
"music",
"other",
"payment-cards",
"pets",
"pharmacy",
"restaurants",
"retail",
"streaming",
"top-products",
"travel",
"utility-bills",
"voip"
],
"refills": [
"refill",
"data",
"pin",
"bundles",
"dth"
],
"bills": [
"all-bills",
"auto-loans",
"banking",
"bill",
"catalog-sales",
"cemeteries-funerals",
"club-membership",
"commission-businesses",
"credit-card",
"education",
"financial-services",
"healthcare",
"hoa-rent",
"installment-payments",
"insurance",
"internet-cable-tv",
"mortgages-home-equity",
"mortgages-property-management",
"phone",
"press",
"sanitation",
"security-monitoring",
"taxes",
"water-electricity-gas"
],
"esims": [
"esim"
],
"crypto-utils": [
"bitcoin"
]
};