{{>common}}

```solidity
struct {{name}} {
{{#each members}}
  {{{typeName.typeDescriptions.typeString}}} {{name}};
{{/each}}
}
```
