@watzon/baserow
    Preparing search index...

    Interface GitLabIssuesDataSync

    interface GitLabIssuesDataSync {
        gitlabProjectId: string;
        gitlabUrl?: string;
        id: number;
        lastError?: null | string;
        lastSync?: null | string;
        syncedProperties: DataSyncSyncedProperty[];
        type: "gitlab_issues";
    }

    Hierarchy (View Summary)

    Index

    Properties

    gitlabProjectId: string
    gitlabUrl?: string
    id: number
    lastError?: null | string
    lastSync?: null | string
    syncedProperties: DataSyncSyncedProperty[]
    type: "gitlab_issues"