Update org-types.ts

This commit is contained in:
Daniel Hougaard
2024-08-22 08:16:08 +04:00
parent 626e37e3d0
commit 1d09693041

View File

@@ -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 = {