UNPKG

openai

Version:

The official TypeScript library for the OpenAI API

5 lines 167 B
export type JsonSchema7BooleanType = { type: 'boolean'; }; export declare function parseBooleanDef(): JsonSchema7BooleanType; //# sourceMappingURL=boolean.d.ts.map