method z.ZodSchema.prototype.orimport { z } from "https://deno.land/x/deno_books@v1.2.0/deps.ts"; const { ZodSchema } = z; or<T extends ZodTypeAny>(option: T): ZodUnion<[this, T]>Type ParametersT extends ZodTypeAnyParametersoption: TReturnsZodUnion<[this, T]>