method z.ZodType.prototype.andimport { z } from "https://dotland.deno.dev/x/zod@v3.20/mod.ts"; const { ZodType } = z; and<T extends ZodTypeAny>(incoming: T): ZodIntersection<this, T>Type ParametersT extends ZodTypeAnyParametersincoming: TReturnsZodIntersection<this, T>