@watzon/baserow
    Preparing search index...

    Interface LocalBaserowTableDataSyncUpdate

    interface LocalBaserowTableDataSyncUpdate {
        sourceTableId?: number;
        sourceTableViewId?: null | number;
        syncedProperties?: string[];
    }

    Hierarchy

    • BaseDataSyncUpdate
      • LocalBaserowTableDataSyncUpdate
    Index

    Properties

    sourceTableId?: number
    sourceTableViewId?: null | number
    syncedProperties?: string[]