export type Invitee = { memberId: string; emailAddress: string; email: string; phoneNumber: string; roles: Array; skipEmailValidation?: boolean; isInternalNumber?: boolean; };