method z.ZodSchema.prototype.orimport { z } from "https://dotland.deno.dev/x/zod@v3.20/mod.ts"; const { ZodSchema } = z; or<T extends ZodTypeAny>(option: T): ZodUnion<[this, T]>Type ParametersT extends ZodTypeAnyParametersoption: TReturnsZodUnion<[this, T]>