You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│ test/index.test.ts(1888,58): error TS2344: Type 'paths' does not satisfy the constraint 'Record<string, Record<HttpMethod…
│ Index signature for type 'string' is missing in type 'paths'.
Reproduction
importtype{PathBasedClient}from"../src/index.js";importtype{paths}from"./fixtures/api.js";PathBasedClient<paths>// this line fails to compile
Description
Typescript fails:
Reproduction
Expected result
Compiles
Checklist
The text was updated successfully, but these errors were encountered: