UNPKG

@autobe/agent

Version:

AI backend server code generator

13 lines (12 loc) 477 B
import { AutoBeAnalyze, AutoBeDatabaseComponentTableDesign } from "@autobe/interface"; import { IValidation } from "typia"; export declare namespace AutoBeDatabaseAuthorizationProgrammer { /** Validate authorization tables for an actor. */ const validate: (props: { errors: IValidation.IError[]; path: string; prefix: string | null; actors: AutoBeAnalyze.IActor[]; tables: AutoBeDatabaseComponentTableDesign[]; }) => void; }