Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Description
create simple dto, add IReadonlyDirectory<string,decimal> (or whatever in <...>) it creates buggy type

Reproduction Steps
No response
Expected behavior

Actual behavior
{
"name": "TokenBalances",
"jsonName": null,
"type": "[System.Collections.Generic.KeyValuePair<System.String,System.Decimal>]",
"typeSimple": "[System.Collections.Generic.KeyValuePair<string,number>]",
"isRequired": false,
"minLength": null,
"maxLength": null,
"minimum": null,
"maximum": null,
"regex": null
}


Regression?
No response
Known Workarounds
use IDirectory instead of IReadonlyDirectory
Version
9.2
User Interface
Angular
Database Provider
None/Others
Tiered or separate authentication server
None (Default)
Operation System
macOS
Other information
No response