mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-02 17:53:56 +00:00
* typescript-fetch: use `type` modifier on imports for `discriminator.mappedModels` This ensures that the generated code works when `--verbatimModuleSyntax` is enabled for the TypeScript compiler. Regular imports already use the `type` modifier, so this should not be a breaking change. * update samples