UNPKG

@medusajs/medusa

Version:

Building blocks for digital commerce

4 lines 340 B
import { MedusaContainer } from "@medusajs/framework/types"; export declare const refetchCategory: (categoryId: string, scope: MedusaContainer, fields: string[], filterableFields?: Record<string, any>) => Promise<any>; export declare const applyCategoryFilters: (req: any, res: any, next: any) => void; //# sourceMappingURL=helpers.d.ts.map