Definition of WebhookPayloadPullRequestPullRequest
and WebhookPayloadPullRequestReviewPullRequest
has a few Array<any>
#293
Labels
Type: Bug
Something isn't working as documented, or is being fixed
typescript
Relevant to TypeScript users only
Hello,
In
WebhookPayloadPullRequestReviewPullRequest
these fields are defined asArray<any>
However there are quite similary to
WebhookPayloadPullRequestPullRequest
which does type them better for assignees and labels:Would it be possible to fix them ?
The text was updated successfully, but these errors were encountered: