Skip to main content
Module

x/zod/index.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.23.4/index.ts";

Type Parameters

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