RefinementCopyimport type { Refinement } from "https://esm.sh/zod@3.25.76/index.d.cts";type Refinement<T> = (arg: T, ctx: RefinementCtx) => any;§Type Parameters§T[src]§Type§(arg: T, ctx: RefinementCtx) => any[src]