Open
Description
Hi, thanks for this great tool !
I've got a question, maybe i'm missing something.
Let's say I've this 2 classes :
class myClass1 {
int prop1
}
class myClass2 {
public MyClass1 obj ;
}
shouldn't this be converted to :
interface myClass1 {
prop1: number
}
interface myClass2 {
obj?: myClass1
}
I'm asking this because of TS2322 i'm not able to set non-optional properties to undefined.
Metadata
Metadata
Assignees
Labels
No labels