UNPKG

@medusajs/core-flows

Version:

Set of workflow definitions for Medusa

10 lines 396 B
/** * The IDs of the customers to delete. */ export type DeleteCustomersStepInput = string[]; export declare const deleteCustomersStepId = "delete-customers"; /** * This step deletes one or more customers. */ export declare const deleteCustomersStep: import("@medusajs/framework/workflows-sdk").StepFunction<DeleteCustomersStepInput, undefined>; //# sourceMappingURL=delete-customers.d.ts.map