/** * The data to refresh invite tokens. */ export interface ResendInvitesWorkflowInputDTO { /** * The IDs of the invites to refresh. */ invite_ids: string[]; } //# sourceMappingURL=resend-invite.d.ts.map