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