@watzon/baserow
    Preparing search index...

    Interface BaseDataSync

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

    Hierarchy (View Summary)

    Index

    Properties

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