abp icon indicating copy to clipboard operation
abp copied to clipboard

Typescript Definition Support for ExtensibleResultRequestDtos

Open takato1314 opened this issue 1 year ago • 0 comments

ABP Framework version: 6.0.0-rc.1 UI: Angular

I notice that there are some missing types support for ExtensibleResultRequestDtos within the typescript definition file.

This causes some errors about Module '"@abp/ng.core"' has no exported member 'ExtensiblePagedAndSortedResultRequestDto'. after running the abp generate-proxy -t ng command when the InputDto inherits any of the ExtensibleResultRequestDtos mentioned above.

takato1314 avatar Aug 07 '22 09:08 takato1314