UNPKG

@autobe/agent

Version:

AI backend server code generator

8 lines (7 loc) 319 B
import { IAutoBeCompiler, IAutoBeCompilerListener, IAutoBePlaygroundReplay } from "@autobe/interface"; export declare namespace AutoBeMockAgent { interface IProps { compiler: (listener: IAutoBeCompilerListener) => IAutoBeCompiler | Promise<IAutoBeCompiler>; replay: IAutoBePlaygroundReplay; } }