export HubSpotContactProperties

interface HubSpotContactProperties {
    createdate?: string;
    email?: null | string;
    firstname?: null | string;
    hs_object_id?: null | string;
    lastmodifieddate?: string;
    lastname?: null | string;
    lifecyclestage?: null | string;
}

Properties

createdate?: string
email?: null | string
firstname?: null | string
hs_object_id?: null | string
lastmodifieddate?: string
lastname?: null | string
lifecyclestage?: null | string