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 257 B
export class MetadataApp { view; includeTypes; constructor(init) { Object.assign(this, init); } getTypeName() { return 'MetadataApp'; } getMethod() { return 'GET'; } createResponse() { return {}; } } //# sourceMappingURL=types.js.map