UNPKG

@medusajs/core-flows

Version:

Set of workflow definitions for Medusa

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