This commit is contained in:
Justin Black
2022-10-25 12:28:17 -07:00
committed by GitHub
parent 3501771a2e
commit a9b24956a8

View File

@@ -68,4 +68,8 @@ class {{#if this.classname}}{{classname}}{{else}}{{#if nameInSnakeCase}}{{name}}
{{> model_templates/property_type_hints }}
{{#if additionalProperties}}
{{> model_templates/new }}
{{else}}
{{> model_templates/new addPropsUnset=true }}
{{/if}}