When generating models from a .NET service to a TypeScript client, we noticed that the .NET IList
type would not get parsed into an array. But rather leave the type unchanged, and thus resulting in compilation errors in the TypeScript build.
I have not yet found documentation on this. But what are allowed .NET types that parse to JavaScript arrays?
Thanks in advance.