forked from loafle/openapi-generator-original
[Typescript-Angular2] Removed models namespace from inheritance template (#5728)
This commit is contained in:
parent
2bc4710e36
commit
1a421112ed
@ -1,4 +1,4 @@
|
||||
export interface {{classname}} {{#parent}}extends models.{{{parent}}} {{/parent}}{
|
||||
export interface {{classname}} {{#parent}}extends {{{parent}}} {{/parent}}{
|
||||
{{#additionalPropertiesType}}
|
||||
[key: string]: {{{additionalPropertiesType}}}{{#hasVars}} | any{{/hasVars}};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user