@watzon/baserow
    Preparing search index...

    Interface GitHubIssuesDataSyncCreate

    interface GitHubIssuesDataSyncCreate {
        githubIssuesOwner: string;
        githubIssuesRepo: string;
        syncedProperties: string[];
        tableName: string;
        type: "github_issues";
    }

    Hierarchy

    • BaseDataSyncCreate
      • GitHubIssuesDataSyncCreate
    Index

    Properties

    githubIssuesOwner: string
    githubIssuesRepo: string
    syncedProperties: string[]
    tableName: string
    type: "github_issues"