SIGN IN SIGN UP

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)

0 0 115 Java

fix(typescript-fetch): use `type` modifier on imports for `discriminator.mappedModels` (#21397)

* 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
S
Stefan Paul Noack committed
8d8e3ddf16f2e79c24faf50fb3436b8f545d852f
Parent: 623463a
Committed by GitHub <noreply@github.com> on 6/18/2025, 2:50:20 PM