Skip to content

Commit

Permalink
docs(README): update to point to openapi webhooks (#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Apr 16, 2024
1 parent 115b4f3 commit 5831f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@ emitterEventNames; // ["check_run", "check_run.completed", ...]

## TypeScript

The types for the webhook payloads are sourced from [`@octokit/webhooks-types`](https://github.com/octokit/webhooks/tree/main/payload-types),
The types for the webhook payloads are sourced from [`@octokit/openapi-webhooks-types`](https://github.com/octokit/openapi-webhooks/tree/main/packages/openapi-webhooks-types),
which can be used by themselves.

In addition to these types, `@octokit/webhooks` exports 2 types specific to itself:
Expand Down

0 comments on commit 5831f68

Please sign in to comment.