UNPKG

openai

Version:

The official TypeScript library for the OpenAI API

4 lines 231 B
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