fix: Use "any" for types without a primitive mapping
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.
Signed-off-by: Daniel Bluhm dbluhm@pm.me