mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
13 lines
230 B
Handlebars
13 lines
230 B
Handlebars
/* istanbul ignore file */
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
/* prettier-ignore */
|
|
{{#if extends}}
|
|
|
|
{{#each extends}}
|
|
import { ${{{this}}} } from './${{{this}}}';
|
|
{{/each}}
|
|
{{/if}}
|
|
|
|
export const ${{{name}}} = {{>schema}};
|