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