@watzon/baserow
    Preparing search index...

    Interface GitHubIssuesDataSync

    interface GitHubIssuesDataSync {
        githubIssuesOwner: string;
        githubIssuesRepo: string;
        id: number;
        lastError?: null | string;
        lastSync?: null | string;
        syncedProperties: DataSyncSyncedProperty[];
        type: "github_issues";
    }

    Hierarchy (View Summary)

    Index

    Properties

    githubIssuesOwner: string
    githubIssuesRepo: string
    id: number
    lastError?: null | string
    lastSync?: null | string
    syncedProperties: DataSyncSyncedProperty[]
    type: "github_issues"