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
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.