@dataPulverizer I think
typeGen(Employee):
id: int
is invalid syntax. You cant declare variables like id:int and templates expect valid nim code.
@dataPulverizer I think
typeGen(Employee):
id: int
is invalid syntax. You cant declare variables like id:int and templates expect valid nim code.