[BUG]: API docs for Listing Contributors disagrees with types.d.ts #367
Labels
Status: Blocked
Some technical or requirement is blocking the issue
Status: Triage
This is being looked at and prioritized
Type: Bug
Something isn't working as documented
typescript
Relevant to TypeScript users only
What happened?
The API docs say that when listing contributors, the fields for
id
,login
,avatar_url
, etc are not optional (not null or undefined).However, in this repo's
packages/openapi-type/types.d.ts
, the contributor fields are all marked as optional:Versions
I first noticed this in my local copy of @octokit/openapi-types v18.0.0, but when writing this bug report, I looked at the contents of
packages/openapi-type/types.d.ts
as of commit[d14957b](https://github.com/octokit/openapi-types.ts/commit/d14957b7ce2f4d59f7e39ef054a7bd133606efb6)
.Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: