UNPKG

@medusajs/medusa

Version:

Building blocks for digital commerce

4 lines 397 B
import { StoreProductCategoryListParams, StoreProductCategoryListResponse } from "@medusajs/framework/types"; import { AuthenticatedMedusaRequest, MedusaResponse } from "@medusajs/framework/http"; export declare const GET: (req: AuthenticatedMedusaRequest<StoreProductCategoryListParams>, res: MedusaResponse<StoreProductCategoryListResponse>) => Promise<void>; //# sourceMappingURL=route.d.ts.map