export const CACHE_FILENAMES = { products: 'products.json', stores: 'stores.json', slots: 'slots.json', essentialConsts: 'essential-consts.json', banners: 'banners.json', } as const export type CacheFilename = typeof CACHE_FILENAMES[keyof typeof CACHE_FILENAMES]