UNPKG

@medusajs/core-flows

Version:

Set of workflow definitions for Medusa

7 lines 434 B
import { CreateOrderExchangeDTO } from "@medusajs/framework/types"; export declare const createOrderExchangesStepId = "create-order-exchanges"; /** * This step creates one or more order exchanges. */ export declare const createOrderExchangesStep: import("@medusajs/framework/workflows-sdk").StepFunction<CreateOrderExchangeDTO[], import("@medusajs/framework/types").OrderExchangeDTO[]>; //# sourceMappingURL=create-exchange.d.ts.map