seamapi / blueprint

Build tools for the Seam API using this blueprint.
https://blueprint.seam.vc
MIT License
0 stars 0 forks source link

Remove type casts #16

Open kainpets opened 2 months ago

kainpets commented 2 months ago

Instead of type using type assertions, prefer to use local Zod parsing as needed, throw null errors, or use a ts-expect-error with a reason.

Let's review any remaining type assertions after trying to remove them via the above methods.

razor-x commented 1 month ago

Related to https://github.com/seamapi/blueprint/issues/23