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