/opt/canhelp/node_modules/zod/v4/classic
Edit: /opt/canhelp/node_modules/zod/v4/classic/schemas.d.ts (38859B)
import * as core from "../core/index.js";
import { util } from "../core/index.js";
import * as parse from "./parse.js";
export interface RefinementCtx
extends core.ParsePayload {
addIssue(arg: string | core.$ZodRawIssue | Partial): void;
}
export interface ZodType = core.$ZodTypeInternals