Type alias PhoneNumberInput

PhoneNumberInput: {
    defaultCountry?: string;
    number: string;
}

Type declaration

  • Optional defaultCountry?: string
  • number: string