Mayson Monorepo Documentation
    Preparing search index...
    interface Address {
        city?: string;
        country: string;
        line1: string;
        line2?: string;
        postal_code?: string;
        state?: string;
    }
    Index

    Properties

    city?: string

    City, district, suburb, town, or village.

    country: string

    Two-letter country code (ISO 3166-1 alpha-2).

    line1: string

    Address line 1, such as the street, PO Box, or company name.

    line2?: string

    Address line 2, such as the apartment, suite, unit, or building.

    postal_code?: string

    ZIP or postal code.

    state?: string

    State, county, province, or region (ISO 3166-2).