@medusajs/core-flows
Version:
Set of workflow definitions for Medusa
11 lines • 459 B
TypeScript
import { CreateCartDTO } from "@medusajs/framework/types";
/**
* The details of the carts to create.
*/
export type CreateCartsStepInput = CreateCartDTO[];
export declare const createCartsStepId = "create-carts";
/**
* This step creates a cart.
*/
export declare const createCartsStep: import("@medusajs/framework/workflows-sdk").StepFunction<CreateCartsStepInput, import("@medusajs/framework/types").CartDTO[]>;
//# sourceMappingURL=create-carts.d.ts.map