UNPKG

@autobe/agent

Version:

AI backend server code generator

9 lines (8 loc) 211 B
import { IValidation } from "typia"; export declare const validateEmptyCode: (props: { functionName: string; draft: string; revise: { final: string | null; }; }) => IValidation.IError[];