Joshua Klag
Results
1
issues of
Joshua Klag
**Description** Given the following example API routes: - GET `/objects/${object_id}` - GET `/objects/${object_id}/some-route` Running `openapi-typescript` with `--path-params-as-types` enabled will result in a TypeScript definition that throws the following error: ```...
bug
openapi-ts