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