Skip to main content
Module

x/zod/external.ts>SafeParseReturnType

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

Type Parameters

Input
Output
definition: SafeParseSuccess<Output> | SafeParseError<Input>