blob: 142c0ad8abadffcabf01ff2320bf7df506640df7 [file] [log] [blame]
{{~#if isOptional~}} optional {{/if~}}
{{~#if isNullable~}} nullable {{/if~}}
{{type}}
{{~#unless isArray~}}
{{~#if (isString type)~}}
{{~#if maxLength~}}
<{{maxLength}}>
{{~/if~}}
{{~/if}}
{{~/unless}} {{asLowerCamelCase label~}}
{{~#if isArray~}}
[]
{{~/if}} = {{fieldIdentifier}};