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