method z.Schema.prototype.andimport { z } from "https://deno.land/x/pup@1.0.0-rc.9/deps.ts"; const { Schema } = z; and<T extends ZodTypeAny>(incoming: T): ZodIntersection<this, T>Type ParametersT extends ZodTypeAnyParametersincoming: TReturnsZodIntersection<this, T>