Issue with large union in TypeScript Schema and need for workaround
I'm porting some stuff from plain TS interfaces to Schema and have run into
The inferred type of this node exceeds the maximum length the compiler will serialize. An explicit type annotation is needed.ts(7056) with a large union. Is there a known workaround for this?