UNPKG

zod-to-json-schema

Version:
4 lines (3 loc) 199 B
import { ZodCatchDef } from "zod"; import { Refs } from "../Refs.js"; export declare const parseCatchDef: (def: ZodCatchDef<any>, refs: Refs) => import("../parseDef.js").JsonSchema7Type | undefined;