UNPKG

@medusajs/core-flows

Version:

Set of workflow definitions for Medusa

10 lines 448 B
/** * The IDs of the fulfillment sets to delete. */ export type DeleteFulfillmentSetsStepInput = string[]; export declare const deleteFulfillmentSetsStepId = "delete-fulfillment-sets"; /** * This step deletes one or more fulfillment sets. */ export declare const deleteFulfillmentSetsStep: import("@medusajs/framework/workflows-sdk").StepFunction<DeleteFulfillmentSetsStepInput, undefined>; //# sourceMappingURL=delete-fulfillment-sets.d.ts.map