UNPKG

@medusajs/medusa

Version:

Building blocks for digital commerce

6 lines 567 B
import { AuthenticatedMedusaRequest, MedusaResponse } from "@medusajs/framework/http"; import { AdminCreatePriceListType } from "./validators"; import { HttpTypes } from "@medusajs/framework/types"; export declare const GET: (req: AuthenticatedMedusaRequest<HttpTypes.AdminPriceListListParams>, res: MedusaResponse<HttpTypes.AdminPriceListListResponse>) => Promise<void>; export declare const POST: (req: AuthenticatedMedusaRequest<AdminCreatePriceListType>, res: MedusaResponse<HttpTypes.AdminPriceListResponse>) => Promise<void>; //# sourceMappingURL=route.d.ts.map