// https://developer.apple.com/documentation/contacts/cnphonenumber?language=objc
export interface IosCNPhoneNumber {
    stringValue: string;
}
