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