nylas
    Preparing search index...

    Interface PhysicalAddress

    Interface for physical addresses in a contact.

    interface PhysicalAddress {
        city?: string;
        country?: string;
        format?: string;
        postalCode?: string;
        state?: string;
        streetAddress?: string;
        type?: string;
    }
    Index

    Properties

    city?: string
    country?: string
    format?: string
    postalCode?: string
    state?: string
    streetAddress?: string
    type?: string