Skip to content

Commit

Permalink
feat: add webhook events list
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Feb 2, 2024
1 parent cfb2b99 commit d504575
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/webhook-events.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import { emitterEventNames } from "@octokit/webhooks/dist-types/generated/webhook-names.js";
export type GitHubEventClassName = (typeof emitterEventNames)[number];

0 comments on commit d504575

Please sign in to comment.