UNPKG

@medusajs/core-flows

Version:

Set of workflow definitions for Medusa

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