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