Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/frugal/dep/zod.ts>ParseContext

A frugal web framework
Go to Latest
interface ParseContext
Re-export
import { type ParseContext } from "https://deno.land/x/frugal@0.3.0/dep/zod.ts";

Properties

readonly
common: { readonly issues: ZodIssue[]; readonly contextualErrorMap?: ZodErrorMap; readonly async: boolean; }
readonly
path: ParsePath
readonly
optional
schemaErrorMap: ZodErrorMap
readonly
parent: ParseContext | null
readonly
data: any
readonly
parsedType: ZodParsedType