@typed-discord/rest
    Preparing search index...

    Interface GithubWebhook

    interface GithubWebhook {
        action?: string | null;
        answer?: GithubComment | null;
        check_run?: GithubCheckRun | null;
        check_suite?: GithubCheckSuite | null;
        comment?: GithubComment | null;
        commits?: GithubCommit[] | null;
        compare?: string | null;
        discussion?: GithubDiscussion | null;
        forced?: boolean | null;
        forkee?: GithubRepository | null;
        head_commit?: GithubCommit | null;
        issue?: GithubIssue | null;
        member?: GithubUser | null;
        pull_request?: GithubIssue | null;
        ref?: string | null;
        ref_type?: string | null;
        release?: GithubRelease | null;
        repository?: GithubRepository | null;
        review?: GithubReview | null;
        sender: GithubUser;
    }
    Index

    Properties

    action?: string | null
    answer?: GithubComment | null
    check_run?: GithubCheckRun | null
    check_suite?: GithubCheckSuite | null
    comment?: GithubComment | null
    commits?: GithubCommit[] | null
    compare?: string | null
    discussion?: GithubDiscussion | null
    forced?: boolean | null
    forkee?: GithubRepository | null
    head_commit?: GithubCommit | null
    issue?: GithubIssue | null
    member?: GithubUser | null
    pull_request?: GithubIssue | null
    ref?: string | null
    ref_type?: string | null
    release?: GithubRelease | null
    repository?: GithubRepository | null
    review?: GithubReview | null
    sender: GithubUser