@medusajs/core-flows
Version:
Set of workflow definitions for Medusa
10 lines • 388 B
TypeScript
/**
* The IDs of the products to delete.
*/
export type DeleteProductsStepInput = string[];
export declare const deleteProductsStepId = "delete-products";
/**
* This step deletes one or more products.
*/
export declare const deleteProductsStep: import("@medusajs/framework/workflows-sdk").StepFunction<DeleteProductsStepInput, undefined>;
//# sourceMappingURL=delete-products.d.ts.map