/**
 * The data to delete user invites.
 */
export interface DeleteInvitesWorkflowInput {
    /**
     * The IDs of the invites to delete.
     */
    ids: string[];
}
//# sourceMappingURL=delete-invite.d.ts.map