@watzon/baserow
    Preparing search index...

    Interface HubSpotContactsDataSync

    interface HubSpotContactsDataSync {
        id: number;
        lastError?: null | string;
        lastSync?: null | string;
        syncedProperties: DataSyncSyncedProperty[];
        type: "hubspot_contacts";
    }

    Hierarchy (View Summary)

    Index

    Properties

    id: number
    lastError?: null | string
    lastSync?: null | string
    syncedProperties: DataSyncSyncedProperty[]
    type: "hubspot_contacts"