Skip to main content
Module

x/zod/external.ts>ZodType#or

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

Type Parameters

T extends ZodTypeAny

Parameters

option: T

Returns

ZodUnion<[this, T]>