Comment by tonypapousek

Comment by tonypapousek 4 hours ago

0 replies

In my personal projects, I’m a fan of using satisfies to check Zod definitions against the interfaces they validate.

I find the base interfaces easier to read at a glance than derived types, especially in an editor’s hover view.

Though, nullable fields might get weird, iirc.