update to use the shared additional properties template
Signed-off-by: Aramis <sennyeyaramis@gmail.com>
This commit is contained in:
@@ -8,9 +8,7 @@
|
||||
{{/description}}
|
||||
{{^isEnum}}
|
||||
export interface {{classname}} {
|
||||
{{#additionalPropertiesType}}
|
||||
[key: string]: {{{additionalPropertiesType}}};
|
||||
{{/additionalPropertiesType}}
|
||||
{{>modelGenericAdditionalProperties}}
|
||||
{{#vars}}
|
||||
{{#description}}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user