UNPKG

openai

Version:

The official TypeScript library for the OpenAI API

10 lines (8 loc) 151 B
export type JsonSchema7UndefinedType = { not: {}; }; export function parseUndefinedDef(): JsonSchema7UndefinedType { return { not: {}, }; }