UNPKG

okai

Version:

AI-powered code generation tool for ServiceStack Apps. Generate TypeScript data models, C# APIs, migrations, and UI components from natural language prompts using LLMs.

5 lines 298 B
import type { GistFile, TableDefinition } from "./types"; import { ParseResult } from "./ts-parser.js"; export declare function getFileContent(file: GistFile): string; export declare function convertDefinitionsToAst(definitions: TableDefinition[]): ParseResult; //# sourceMappingURL=client.d.ts.map