@tremendous/help
    Preparing search index...

    Interface AddressFieldValues

    interface AddressFieldValues {
        address_1: string;
        address_2: string;
        city: string;
        country_code: string;
        postal_code: string;
        state_province: string;
    }
    Index

    Properties

    address_1: string
    address_2: string
    city: string
    country_code: string
    postal_code: string
    state_province: string