UNPKG

openai

Version:

The official TypeScript library for the OpenAI API

10 lines (8 loc) 161 B
export type JsonSchema7BooleanType = { type: 'boolean'; }; export function parseBooleanDef(): JsonSchema7BooleanType { return { type: 'boolean', }; }