hikma-engine
Version:
Code Knowledge Graph Indexer - A sophisticated TypeScript-based indexer that transforms Git repositories into multi-dimensional knowledge stores for AI agents
8 lines • 334 B
TypeScript
import { BaseModel } from './base.model';
import { IndexingStateDTO } from './IndexingStateDTO';
export declare class IndexingStateModel extends BaseModel<IndexingStateDTO> {
constructor(dto: IndexingStateDTO);
getTableName(): string;
getSchema(): Record<string, string>;
}
//# sourceMappingURL=IndexingStateModel.d.ts.map