Files
est-frame/node_modules/openai/_vendor/zod-to-json-schema/parsers/catch.d.ts
2025-10-22 05:38:27 +00:00

4 lines
231 B
TypeScript
Executable File

import { ZodCatchDef } from 'zod';
import { Refs } from "../Refs.js";
export declare const parseCatchDef: (def: ZodCatchDef<any>, refs: Refs) => import("../parseDef").JsonSchema7Type | undefined;
//# sourceMappingURL=catch.d.ts.map