UNPKG

@autobe/agent

Version:

AI backend server code generator

11 lines (7 loc) 254 B
import { IPointer } from "tstl"; type Filename = string; type FileContent = string; export interface AutoBEAnalyzeFileMap extends Record<Filename, FileContent> {} export type AutoBeAnalyzePointer = IPointer<{ files: AutoBEAnalyzeFileMap; } | null>;