|
|
|
|
|
by DangitBobby
1092 days ago
|
|
This was driving me nuts in a project with lots of backend churn. Runtime type validation libraries like typebox and zod (I like typebox) can really save your bacon. The downside is the underlying types tend to be more complex when viewed in your IDE, but I think it's worth it. |
|