UNPKG

@autobe/agent

Version:

AI backend server code generator

5 lines (4 loc) 239 B
import { AutoBeState } from "../context/AutoBeState"; type StepName = "analyze" | "prisma" | "interface" | "test" | "realize"; export declare const predicateStateMessage: (state: AutoBeState, future: StepName) => string | null; export {};