UNPKG

openai

Version:

The official TypeScript library for the OpenAI API

4 lines 239 B
import { ZodBrandedDef } from 'zod'; import { Refs } from "../Refs.js"; export declare function parseBrandedDef(_def: ZodBrandedDef<any>, refs: Refs): import("../parseDef").JsonSchema7Type | undefined; //# sourceMappingURL=branded.d.ts.map