method z.ZodSchema.prototype.pipeimport { z } from "https://deno.land/x/deno_books@v1.2.0/deps.ts"; const { ZodSchema } = z; pipe<T extends ZodTypeAny>(target: T): ZodPipeline<this, T>Type ParametersT extends ZodTypeAnyParameterstarget: TReturnsZodPipeline<this, T>