UNPKG

@medusajs/core-flows

Version:

Set of workflow definitions for Medusa

10 lines 379 B
/** * The ID of the fulfillment to cancel. */ export type CancelFulfillmentStepInput = string; export declare const cancelFulfillmentStepId = "cancel-fulfillment"; /** * This step cancels a fulfillment. */ export declare const cancelFulfillmentStep: import("@medusajs/framework/workflows-sdk").StepFunction<string, undefined>; //# sourceMappingURL=cancel-fulfillment.d.ts.map