interface ZodSetDef implements ZodTypeDefimport { type ZodSetDef } from "https://dotland.deno.dev/x/zod@v3.20/external.ts"; Type ParametersoptionalValue extends ZodTypeAny = ZodTypeAnyPropertiesvalueType: ValuetypeName: ZodFirstPartyTypeKind.ZodSetminSize: { value: number; message?: string; } | nullmaxSize: { value: number; message?: string; } | null