@duckduckgo/content-scope-scripts
    Preparing search index...

    A single address belonging to the user profile. Extra broker-specific keys are allowed.

    interface Address {
        addressLine1?: string;
        addressLine2?: string;
        city?: string;
        state?: string;
        zip?: string;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    addressLine1?: string
    addressLine2?: string
    city?: string
    state?: string

    two-letter state abbreviation

    zip?: string