Szymon Ograbek
Szymon Ograbek
@mrousavy done I've only left the path I've added (`getTypeNode()`) - I've added some guards for safety and to not have typescript errors, although we shouldn't ever run into them....
Ah, I've found one issue tho, if in the `TestObject.nitro.ts` we change the property declaration to method signature in `JsStyleStruct` it throws the error: ```ts interface JsStyleStruct { value: number...
> `struct`s cannot have Method signature properties. That's intentional, and should throw an error. Only function properties Ok, I've restored the simplified approach
Looks like I've left a trailing white space so that made linting fail, I've removed it