UNPKG

openai

Version:

The official TypeScript library for the OpenAI API

10 lines (8 loc) 139 B
export type JsonSchema7NeverType = { not: {}; }; export function parseNeverDef(): JsonSchema7NeverType { return { not: {}, }; }