/opt/canhelp/node_modules/better-auth/node_modules/zod/src/v4/classic
Edit: /opt/canhelp/node_modules/better-auth/node_modules/zod/src/v4/classic/schemas.ts (88614B)
import * as core from "../core/index.js";
import { util } from "../core/index.js";
import * as processors from "../core/json-schema-processors.js";
import type { StandardSchemaWithJSONProps } from "../core/standard-schema.js";
import { createStandardJSONSchemaMethod, createToJSONSchemaMethod } from "../core/to-json-schema.js";
import * as checks from "./checks.js";
import * as iso from "./iso.js";
import * as parse from "./parse.js";
///////////////////////////////////////////
///////////////////////////////////////////
//////////// ////////////
//////////// ZodType ////////////
//////////// ////////////
///////////////////////////////////////////
///////////////////////////////////////////
export type ZodStandardSchemaWithJSON
= StandardSchemaWithJSONProps, core.output>;
export interface ZodType<
out Output = unknown,
out Input = unknown,
out Internals extends core.$ZodTypeInternals