UNPKG

@eggjs/dal-plugin

Version:
10 lines (9 loc) 333 B
import type { TableModel } from '@eggjs/dal-decorator'; export declare class TableModelManager { static instance: TableModelManager; private tableModels; constructor(); get(moduleName: string, clazzName: string): TableModel | undefined; set(moduleName: string, tableModel: TableModel): void; clear(): void; }