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.

9 lines 358 B
import type { MetadataTypes } from "./types"; import { CSharpGenerator } from "./cs-gen.js"; export declare class CSharpMigrationGenerator extends CSharpGenerator { generate(ast: MetadataTypes): { [name: string]: string; }; } export declare function toCSharpMigration(csAst: MetadataTypes): string; //# sourceMappingURL=cs-migrations.d.ts.map