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