UNPKG

@medusajs/core-flows

Version:

Set of workflow definitions for Medusa

10 lines 388 B
/** * The IDs of the line items to delete. */ export type DeleteLineItemsStepInput = string[]; export declare const deleteLineItemsStepId = "delete-line-items"; /** * This step deletes line items. */ export declare const deleteLineItemsStep: import("@medusajs/framework/workflows-sdk").StepFunction<DeleteLineItemsStepInput, undefined>; //# sourceMappingURL=delete-line-items.d.ts.map