LimitHandler typing uses type object
for options
#641
Labels
released
Status: Up for grabs
Issues that are ready to be worked on by anyone
Type: Bug
Something isn't working as documented
Relevant line: https://github.com/octokit/plugin-throttling.js/blob/main/src/types.ts#L6
The
object
type is not readable, even though the examples show doing things like "options.method" or "options.url", but with Typescript, none of this works:tsconfig.json:
And relevant package versions:
The text was updated successfully, but these errors were encountered: