@auth0/auth0-acul-react - v1.7.0
    Preparing search index...

    Interface AvailableCountryCode

    interface AvailableCountryCode {
        code: string;
        label: string;
        dialCode: string;
    }
    Index

    Properties

    Properties

    code: string

    ISO 3166-1 alpha-2, e.g. "US". Submitted as phoneCountryCode. Not unique across the list.

    label: string

    The country name, localized to the render locale.

    dialCode: string

    The dial code with its leading plus, e.g. "+1". Display only.