agsamantha/node_modules/openai/_vendor/zod-to-json-schema/parsers/catch.d.ts
2024-10-02 15:15:21 -05:00

4 lines
No EOL
231 B
TypeScript

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