thiagobustamante / typescript-rest

This is a lightweight annotation-based expressjs extension for typescript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

interface defination conflict

yulishuta opened this issue · comments

when I define my own interface, for example: FileList 。it is not my own interface。 it will refer to this:

typescript global interface

FileList

after I debug the code, I found we can solve the problem by change the code below:
resolveType.ts

image.png

Is this right ?