@watzon/baserow

    Interface LocalBaserowTableDataSync

    interface LocalBaserowTableDataSync {
        id: number;
        lastError?: null | string;
        lastSync?: null | string;
        sourceTableId: number;
        sourceTableViewId?: null | number;
        syncedProperties: DataSyncSyncedProperty[];
        type: "local_baserow_table";
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    id: number
    lastError?: null | string
    lastSync?: null | string
    sourceTableId: number
    sourceTableViewId?: null | number
    syncedProperties: DataSyncSyncedProperty[]
    type: "local_baserow_table"
    MMNEPVFCICPMFPCPTTAAATR