This appears to be the same problem as in this closed issue: https://abp.io/support/questions/6657/Generation-of-Service-Proxies-for-Angular-not-handling-subclasses-of-PagedResultDtoT-correctly
After running the proxy generator, the resulting models.ts file includes both an import for MyEntityDto and and interface definition for MyEntityDto. Compiling the file results in the error, "error TS2440: Import declaration conflicts with local declaration of 'MyEntityDto'"
Steps to Reproduce