Skip to main content
Module

x/zod/mod.ts>z.ZodParserReturnPayload

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
type alias z.ZodParserReturnPayload
import { type z } from "https://deno.land/x/zod@3.0.0-alpha.39/mod.ts";
const { ZodParserReturnPayload } = z;
definition: { success: false; error: ZodError; } | { success: true; data: T; }