The static types now look like this:
type Something = rt.Static<typeof something>
They are not exported by default. The static types are not used inside the generated code, so it might make sense that they are always exported? You'll probably want them exported even if the runtype isn't.
The static types now look like this:
They are not exported by default. The static types are not used inside the generated code, so it might make sense that they are always exported? You'll probably want them exported even if the runtype isn't.