Skip to main content
Module

x/zod/types.ts>InternalCheck

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
type alias InternalCheck
import { type InternalCheck } from "https://deno.land/x/zod@v3.2/types.ts";
definition: { type: "refinement"; refinement: (arg: T, ctx: RefinementCtx) => any; }