You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!