Skip to content

fix: Use "any" for types without a primitive mapping

Daniel Bluhm requested to merge dbluhm/ice:fix/typescript-any-types into next

This should result in TypeScript models being generated even when the exact type can't be translated into TypeScript by using the "any" type. It may be more appropriate to use the "unknown" type in the future.

This should make the models more usable and less error prone until we get stricter typing in place.

Signed-off-by: Daniel Bluhm dbluhm@pm.me

Merge request reports