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