method z.ZodType.prototype.orRe-exportimport { z } from "https://deno.land/x/pup@1.0.0-alpha-15/deps.ts"; const { ZodType } = z; or<T extends ZodTypeAny>(option: T): ZodUnion<[this, T]>Type ParametersT extends ZodTypeAnyParametersoption: TReturnsZodUnion<[this, T]>