@watzon/baserow
    Preparing search index...

    Interface HubSpotContactsDataSyncCreate

    interface HubSpotContactsDataSyncCreate {
        syncedProperties: string[];
        tableName: string;
        type: "hubspot_contacts";
    }

    Hierarchy

    • BaseDataSyncCreate
      • HubSpotContactsDataSyncCreate
    Index

    Properties

    syncedProperties: string[]
    tableName: string
    type: "hubspot_contacts"