❔ Help with TypeGen and default values
anyone here used typegen before? I'm finding that it populates fields with long JSON type definitions rather than the obvious -- simply
new Type()
for instance in C# the ctor sets this.Foo = new Foo();
but in ts it's foo: Foo = {...... lots of stuff .....}
3 Replies
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.
Would still like help with this
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.