> No, parser cannot understand `extraCode` in an object declaration, in the > template, which is there an invalid syntax.
I would like to substitute `id: int` for extra code in the template by doing:
typeGen(Employee):
id: int
I thought (incorrectly) that this is how you substitute `id: int` for
`extraCode`. It clearly isn't but I'm still none the wiser on what alternations
to this I should make.
