Module

x/fluentci/deps.ts>z.ParseContext

This is the command line interface for FluentCI.
Go to Latest
interface z.ParseContext
import { type z } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts";
const { ParseContext } = z;

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
import z.ParseContext
import { z } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts";
const { ParseContext } = z;