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