UNPKG

ai-functions

Version:

A powerful TypeScript library for building AI-powered applications with template literals and structured outputs

5 lines 172 B
export type SimpleSchema = { [key: string]: SimpleSchemaValue; }; export type SimpleSchemaValue = string | string[] | SimpleSchema; //# sourceMappingURL=schema.d.ts.map