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