interface-forge - v2.5.0
    Preparing search index...

    Type Alias LocationDefinition

    LocationDefinition: LocaleEntry<
        {
            building_number: string[];
            city_name: string[];
            city_pattern: string[];
            city_prefix: string[];
            city_suffix: string[];
            continent: string[];
            country: string[];
            country_code: { alpha2: string; alpha3: string; numeric: string }[];
            county: string[];
            direction: {
                cardinal: string[];
                cardinal_abbr: string[];
                ordinal: string[];
                ordinal_abbr: string[];
            };
            language: Language[];
            postcode: string
            | string[];
            postcode_by_state: { [state: string]: string | string[] };
            secondary_address: string[];
            state: string[];
            state_abbr: string[];
            street_address: { full: string; normal: string };
            street_name: string[];
            street_pattern: string[];
            street_prefix: string[];
            street_suffix: string[];
            time_zone: string[];
        },
    >

    The possible definitions related to addresses and locations.