UNPKG

@medusajs/medusa

Version:

Building blocks for digital commerce

5 lines 400 B
import { HttpTypes } from "@medusajs/framework/types"; import { AuthenticatedMedusaRequest, MedusaResponse } from "@medusajs/framework/http"; import { AdminCreateFulfillmentType } from "./validators"; export declare const POST: (req: AuthenticatedMedusaRequest<AdminCreateFulfillmentType>, res: MedusaResponse<HttpTypes.AdminFulfillmentResponse>) => Promise<void>; //# sourceMappingURL=route.d.ts.map