+ it dev nextjs zod Zod Schema: How to make a field optional OR have a minimum string contraint? I have a field where I want the value to either be optional OR have the field have a minimum length of 4. I've tried the following: export const SocialsSchema = z.object({ myField: z.optional(z.s... wono | tweet Add comment Do you want to delete? YesNo