File tree Expand file tree Collapse file tree
modules/openapi-generator/src/main/resources/typescript-rxjs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ { {#hasImports} }
2+ import {
3+ {{#imports} }
4+ { {{.} }},
5+ { {/imports} }
6+ } from './';
7+
8+ { {/hasImports} }
9+ /**
10+ * @type { {classname} }{ {#description} }
11+ * { {{description} }}{ {/description} }
12+ * @export
13+ */
14+ export type { {classname} } = { {#allOf} }{ {{.} }}{ {^-last} } & { {/-last} }{ {/allOf} };
Original file line number Diff line number Diff line change 22{ {> licenseInfo} }
33{ {#models} }
44{ {#model} }
5- { {#isEnum} }{ {> modelEnum} }{ {/isEnum} }{ {#oneOf} }{ {#-first} }{ {> modelOneOf} }{ {/-first} }{ {/oneOf} }{ {^isEnum} }{ {^oneOf} }{ {> modelGeneric} }{ {/oneOf} }{ {/isEnum} }
5+ { {#isEnum} }{ {> modelEnum} }{ {/isEnum} }{ {#oneOf} }{ {#-first} }{ {> modelOneOf} }{ {/-first} }{ {/oneOf} }{ {#allOf } } { {#-first } } { { > modelAllOf } } { {/-first } } { {/allOf } } { { ^isEnum} }{ {^oneOf} }{ {^allOf } } { { > modelGeneric} } { {/allOf } }{ {/oneOf} }{ {/isEnum} }
66{ {/model} }
77{ {/models} }
You can’t perform that action at this time.
0 commit comments