Values.InviteSourceInvitation object returned after emailing users to invite them to join the Amazon Chime Team account.
type nonrec t = {inviteId : String_.t option;The invite ID.
*)status : InviteStatus.t option;The status of the invite.
*)emailAddress : EmailAddress.t option;The email address to which the invite is sent.
*)emailStatus : EmailStatus.t option;The status of the invite email.
*)}