/opt/canhelp/node_modules/zod/src/v4/classic
Edit: /opt/canhelp/node_modules/zod/src/v4/classic/schemas.ts (71929B)
import * as core from "../core/index.js";
import { util } from "../core/index.js";
import * as checks from "./checks.js";
import * as iso from "./iso.js";
import * as parse from "./parse.js";
///////////////////////////////////////////
///////////////////////////////////////////
//////////// ////////////
//////////// ZodType ////////////
//////////// ////////////
///////////////////////////////////////////
///////////////////////////////////////////
export interface RefinementCtx
extends core.ParsePayload {
addIssue(arg: string | core.$ZodRawIssue | Partial): void;
}
export interface ZodType<
out Output = unknown,
out Input = unknown,
out Internals extends core.$ZodTypeInternals