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.
13 lines • 429 B
TypeScript
import type { ProjectInfo } from "./types";
export declare function isDir(filePath: string): boolean;
export declare function projectInfo(cwd: string): ProjectInfo;
export declare function parseUserType(cs: string): {
userType: string;
userIdType: string;
};
export declare function parseUserDtoType(cs: string): {
userType: string;
userIdType: string;
userLabel: string;
};
//# sourceMappingURL=info.d.ts.map