interface PhoneNumberInputValue {
    countryCode: string;
    phoneNumber: string;
}

Properties

countryCode: string
phoneNumber: string