Files
boc/landvex/node_modules/openai/lib/transform.d.ts
T

3 lines
166 B
TypeScript
Raw Normal View History

import type { JSONSchema } from "./jsonschema.js";
export declare function toStrictJsonSchema(schema: JSONSchema): JSONSchema;
//# sourceMappingURL=transform.d.ts.map