Skip to main content
Module

x/zod/index.ts>SafeParseError

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
type alias SafeParseError
import { type SafeParseError } from "https://deno.land/x/zod@v3.20.0/index.ts";
definition: { success: false; error: ZodError<Input>; }