interface PhoneNumberOutputValue {
    countryCode?: string;
    phoneNumber?: string;
}

Properties

countryCode?: string
phoneNumber?: string