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