{{ line }} {{ name }}: {{ isArray(type) ? '[' : '{' }} {{ isArray(type) ? '...]' : '...}' }}{{ needComma ? ',' : '' }}
{{ lastLine }} {{ isArray(type) ? ']' : '}' }}{{ needComma ? ',' : '' }}