Eugeny Schibrikov

Results 1 issues of Eugeny Schibrikov

When some type refers to other type like ``` interface MySecondInterface { field: MyFirstInterface; } ``` ts-to-io inlines all the fields of `MyFirstInterface` just like ``` const MySecondInterface = t.type({...