@autobe/agent
Version:
AI backend server code generator
9 lines (8 loc) • 371 B
TypeScript
import { AutoBePrisma } from "@autobe/interface";
import { IAutoBeOrchestrateHistory } from "../../../structures/IAutoBeOrchestrateHistory";
export declare const transformPrismaSchemaHistory: (props: {
analysis: Record<string, string>;
targetComponent: AutoBePrisma.IComponent;
otherTables: string[];
instruction: string;
}) => IAutoBeOrchestrateHistory;