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

    Interface SelectCountryCodeOptions

    Options for selecting a country code

    interface SelectCountryCodeOptions {
        country_code: string;
        phone_prefix: string;
        [key: string]: undefined | string | number | boolean;
    }

    Indexable

    • [key: string]: undefined | string | number | boolean

      Any additional custom options

    Index

    Properties

    country_code: string

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

    phone_prefix: string

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