Type import for oneOf models in ts-fetch template (#16828)

Required for some compilation modes of TS, specifically for use with SvelteKit.
This commit is contained in:
Rémy Sanchez
2023-11-02 10:34:03 +02:00
committed by GitHub
parent 83822d269a
commit 5c5ec36500

View File

@@ -1,7 +1,7 @@
{{#hasImports}}
{{#oneOf}}
import type { {{{.}}} } from './{{.}}{{importFileExtension}}';
import {
{{{.}}},
instanceOf{{{.}}},
{{{.}}}FromJSON,
{{{.}}}FromJSONTyped,