You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A subpath util defineZodSchema from untyped/zod can be useful to define schema using zod and exporting an untyped / json-schema compatible interface. Giving both runtime and type satefly as an alternative to define schema.
https://zod.dev/
A subpath util
defineZodSchemafromuntyped/zodcan be useful to define schema using zod and exporting an untyped / json-schema compatible interface. Giving both runtime and type satefly as an alternative to define schema.