Currently tsify generates interfaces by default. This has some advantages but also disadvantages as Typescript interfaces do not play well with type intersections/unions. It would be nice to have an option for generating types instead of interfaces!
PR #41 took a step in this direction.
Currently
tsifygeneratesinterfacesby default. This has some advantages but also disadvantages as Typescript interfaces do not play well with type intersections/unions. It would be nice to have an option for generating types instead of interfaces!PR #41 took a step in this direction.