Skip to content

Commit

Permalink
build: generate types
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Jan 18, 2021
1 parent b4a303e commit 09ae4d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7141,6 +7141,7 @@ export interface PullRequestReviewDismissedEvent {
due_on: string;
closed_at: string | null;
} | null;
draft: boolean;
commits_url: string;
review_comments_url: string;
review_comment_url: string;
Expand Down Expand Up @@ -7233,6 +7234,7 @@ export interface PullRequestReviewDismissedEvent {
| "MEMBER"
| "NONE"
| "OWNER";
active_lock_reason: "resolved" | "off-topic" | "too heated" | "spam" | null;
};
repository: Repository;
installation?: Installation;
Expand Down Expand Up @@ -7323,6 +7325,7 @@ export interface PullRequestReviewEditedEvent {
due_on: string;
closed_at: string | null;
} | null;
draft: boolean;
commits_url: string;
review_comments_url: string;
review_comment_url: string;
Expand Down Expand Up @@ -7415,6 +7418,7 @@ export interface PullRequestReviewEditedEvent {
| "MEMBER"
| "NONE"
| "OWNER";
active_lock_reason: "resolved" | "off-topic" | "too heated" | "spam" | null;
};
repository: Repository;
installation?: Installation;
Expand Down

0 comments on commit 09ae4d1

Please sign in to comment.