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
I think it comes down to either a bug or a misapplication of typescript's compiler API: typeToString, which will reduce and rasterize all complex type data into a simple runtime type.
Unfortunately it only does this reliably for export type Foo and not export interface Foo 😭
The text was updated successfully, but these errors were encountered:
I think it comes down to either a bug or a misapplication of typescript's compiler API:
typeToString
, which will reduce and rasterize all complex type data into a simple runtime type.Unfortunately it only does this reliably for
export type Foo
and notexport interface Foo
😭The text was updated successfully, but these errors were encountered: