Module

x/zod/types.ts>Effect

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
type alias Effect
import { type Effect } from "https://dotland.deno.dev/x/zod@v3.19.1/types.ts";
definition: RefinementEffect<T> | TransformEffect<T> | PreprocessEffect<T>