UNPKG

@autobe/agent

Version:

AI backend server code generator

12 lines (11 loc) 491 B
import { AutoBeDatabaseComponent, AutoBeDatabaseComponentTableDesign } from "@autobe/interface"; import { IValidation } from "typia"; export declare namespace AutoBeDatabaseComponentProgrammer { const validate: (props: { errors: IValidation.IError[]; path: string; prefix: string | null; tables: AutoBeDatabaseComponentTableDesign[]; }) => void; const removeDuplicatedTable: (components: AutoBeDatabaseComponent[]) => AutoBeDatabaseComponent[]; }