@auth0/auth0-acul-js - v0.1.0-beta.5
    Preparing search index...

    Interface PhonePrefix

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

    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')