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