@watzon/baserow
    Preparing search index...

    Interface GitHubIssuesDataSyncUpdate

    interface GitHubIssuesDataSyncUpdate {
        githubIssuesOwner?: string;
        githubIssuesRepo?: string;
        syncedProperties?: string[];
    }

    Hierarchy

    • BaseDataSyncUpdate
      • GitHubIssuesDataSyncUpdate
    Index

    Properties

    githubIssuesOwner?: string
    githubIssuesRepo?: string
    syncedProperties?: string[]