Values.ContactChannelAddressSourceThe details that Incident Manager uses when trying to engage the contact channel.
type nonrec t = {simpleAddress : SimpleAddress.t option;The format is dependent on the type of the contact channel. The following are the expected formats: SMS - '+' followed by the country code and phone number VOICE - '+' followed by the country code and phone number EMAIL - any standard email format
*)}