z.ZodTypeAnyCopyimport type { z } from "https://esm.sh/zod@3.25.76/index.d.cts"; const { ZodTypeAny } = z;type ZodTypeAny = ZodType<any, any, any>;§Type§ZodType<any, any, any>[src]