UNPKG

@medusajs/core-flows

Version:

Set of workflow definitions for Medusa

7 lines 414 B
import { GroupCustomerPair } from "@medusajs/framework/types"; export declare const deleteCustomerGroupCustomersStepId = "delete-customer-group-customers"; /** * This step removes customers from groups. */ export declare const deleteCustomerGroupCustomersStep: import("@medusajs/framework/workflows-sdk").StepFunction<GroupCustomerPair[], undefined>; //# sourceMappingURL=delete-customer-group-customers.d.ts.map