Module

x/zod/mod.ts>z.RefinementCtx

TypeScript-first schema validation with static type inference
Extremely Popular
Latest
interface z.RefinementCtx
import { type z } from "https://dotland.deno.dev/x/zod@v3.23.8/mod.ts";
const { RefinementCtx } = z;

Properties

addIssue: (arg: IssueData) => void
path: (string | number)[]