mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-28 04:20:51 +00:00
Merge a7d20b0bf07367ac2cbba1c28351d2b305db11c8 into d6c46342693205f0dae441b45742d9c85d41cf33
This commit is contained in:
commit
cb5f00a64b
@ -8,6 +8,14 @@ export interface {{classname}} {{#parent}}extends {{{.}}} {{/parent}}{
|
|||||||
[key: string]: {{{additionalPropertiesType}}}{{#additionalPropertiesIsAnyType}}{{#hasVars}} | any{{/hasVars}}{{/additionalPropertiesIsAnyType}};
|
[key: string]: {{{additionalPropertiesType}}}{{#additionalPropertiesIsAnyType}}{{#hasVars}} | any{{/hasVars}}{{/additionalPropertiesIsAnyType}};
|
||||||
|
|
||||||
{{/additionalPropertiesType}}
|
{{/additionalPropertiesType}}
|
||||||
|
{{#discriminator}}
|
||||||
|
/**
|
||||||
|
* Discriminator
|
||||||
|
* @type {string}
|
||||||
|
* @memberof {{classname}}
|
||||||
|
*/
|
||||||
|
'{{propertyBaseName}}': string;
|
||||||
|
{{/discriminator}}
|
||||||
{{#vars}}
|
{{#vars}}
|
||||||
/**
|
/**
|
||||||
* {{{description}}}
|
* {{{description}}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user