We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5eeab4 commit eada702Copy full SHA for eada702
src/github_types.ts
@@ -3,7 +3,7 @@ export type GitHubWebHook = {
3
repository: Repository;
4
pusher: Pusher;
5
head_commit: Commit;
6
- commits: Commits[];
+ commits: Commit[];
7
};
8
9
export type Repository = {
0 commit comments