Skip to main content
Module

x/zod/external.ts>ZodSchema#or

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
method ZodSchema.prototype.or
import { ZodSchema } from "https://deno.land/x/zod@v3.23.4/external.ts";

Type Parameters

T extends ZodTypeAny

Parameters

option: T

Returns

ZodUnion<[this, T]>