@watzon/baserow
    Preparing search index...

    Interface LocalBaserowTableDataSyncCreate

    interface LocalBaserowTableDataSyncCreate {
        sourceTableId: number;
        sourceTableViewId?: null | number;
        syncedProperties: string[];
        tableName: string;
        type: "local_baserow_table";
    }

    Hierarchy

    • BaseDataSyncCreate
      • LocalBaserowTableDataSyncCreate
    Index

    Properties

    sourceTableId: number
    sourceTableViewId?: null | number
    syncedProperties: string[]
    tableName: string
    type: "local_baserow_table"