Migrate type validators to zod
#218
Labels
backlog
Low priority implementation changes
p4
Low priority tasks
type:migration
Migrating code or resources
Instead of declaring a type and then declaring the JSON validator for that type separately, I should use a library like
zod
to only do it once (and then have a single source of truth instead of duplicating code and creating more possibilities for bugs).The text was updated successfully, but these errors were encountered: