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