mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-18 16:49:15 +00:00
* [typescript-angular] Fix inner enum reference in multi-map property type Fixes #22747 * [typescript] Fix inner enum reference in multi-map property type Fixes #20877, #22747 * test for the double-prefixed enum names This proves that following comment is not relevant: https://github.com/OpenAPITools/openapi-generator/pull/22748#discussion_r2769863543 * Implement review comment about the trailing `>` This implements comment https://github.com/OpenAPITools/openapi-generator/pull/22748#discussion_r2769863549 * fix @type for generic interfaces in TypeScript clients Type annotation in a comment should match the actual field type.