Values.EmergencyContactSourceContact information that the SRT can use to contact you if you have proactive engagement enabled, for escalations to the SRT and to initiate proactive customer support.
type nonrec t = {emailAddress : EmailAddress.t;The email address for the contact.
*)phoneNumber : PhoneNumber.t option;The phone number for the contact.
*)contactNotes : ContactNotes.t option;Additional notes regarding the contact.
*)}