interface PhonePrefix {
    country: string;
    country_code: string;
    phone_prefix: string;
}

Properties

country: string

The country name

country_code: string

The country code (e.g. 'US', 'GB')

phone_prefix: string

The phone prefix (e.g. '+1', '+44')