UNPKG

@medusajs/core-flows

Version:

Set of workflow definitions for Medusa

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