diff --git a/backend/src/services/org/org-types.ts b/backend/src/services/org/org-types.ts index 08b4c1c92..dbc2f7e2e 100644 --- a/backend/src/services/org/org-types.ts +++ b/backend/src/services/org/org-types.ts @@ -29,7 +29,9 @@ export type TInviteUserToOrgDTO = { orgId: string; actorOrgId: string | undefined; actorAuthMethod: ActorAuthMethod; - inviteeEmail: string; + inviteeEmails: string[]; + organizationRoleSlug?: string; + projectIds?: string[]; }; export type TVerifyUserToOrgDTO = {