Support zod defaults
jasonkuhrt opened this issue · 0 comments
jasonkuhrt commented
Perceived Problem
- Zod has the concept of defaults https://github.com/colinhacks/zod#default
Ideas / Proposed Solution(s)
- When used we should honour that and not require the constructor to provide the input
- Note this overlaps with the native defaults feature
- Run zod defaults AFTER the native defaults system