Open Carifio24 opened 1 year ago
Rather than hand-rolled validation functions for checking request data, we should use something like io-ts or zod.
io-ts
zod
We've started using @effect/schema for this - see e.g. #132.
@effect/schema
Rather than hand-rolled validation functions for checking request data, we should use something like
io-ts
orzod
.