UNPKG

@medusajs/core-flows

Version:

Set of workflow definitions for Medusa

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