TypeScript: if endpoint for passed route has required parameters, require a parameters object to be set #126
Labels
Status: Up for grabs
Issues that are ready to be worked on by anyone
Type: Bug
Something isn't working as documented
typescript
Relevant to TypeScript users only
Today, TypeScript does not complain about this
But it should, because the
org
parameter is required. If"GET /orgs/:org"
is set, then TypeScript should complain that only one of two parameters is set and only chill once the code isI'll get to this myself eventually, but if anyone wants to give that a go, just comment and give it a go :)
The text was updated successfully, but these errors were encountered: