@playlive/tiltify-core
    Preparing search index...

    Interface TiltifyContact

    Postal contact information attached to a cause.

    interface TiltifyContact {
        address_line1: string | null;
        address_line2: string | null;
        city: string | null;
        country: string | null;
        email: string | null;
        postal_code: string | null;
        region: string | null;
    }
    Index
    address_line1: string | null
    address_line2: string | null
    city: string | null
    country: string | null
    email: string | null
    postal_code: string | null
    region: string | null