interface z.ZodSetDef implements ZodTypeDefimport { type z } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts"; const { ZodSetDef } = z; Type ParametersoptionalValue extends ZodTypeAny = ZodTypeAnyPropertiesvalueType: ValuetypeName: ZodFirstPartyTypeKind.ZodSetminSize: { value: number; message?: string; } | nullmaxSize: { value: number; message?: string; } | null