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
using the UserComment type results in the following error
/../typescriprestupdate/node_modules/typescript-rest-swagger/dist/metadata/resolveType.js:267
throw err;
^
Error: Only string indexers are supported. Found double.
at /../typescriprestupdate/node_modules/typescript-rest-swagger/dist/metadata/resolveType.js:507:23
Thanks.
The text was updated successfully, but these errors were encountered:
Hey, thanks for this package.
We are running into problems when extending interfaces.
Minimal problem reproduction:
types.ts
routes.ts
using the UserComment type results in the following error
Thanks.
The text was updated successfully, but these errors were encountered: