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