UNPKG

@eggjs/dal-decorator

Version:
10 lines (9 loc) 496 B
import type { EggProtoImplClass, TableParams } from '@eggjs/tegg-types'; export declare const TABLE_CLAZZ_LIST: Array<EggProtoImplClass>; export declare class TableInfoUtil { static setIsTable(clazz: EggProtoImplClass): void; static getClazzList(): EggProtoImplClass[]; static getIsTable(clazz: EggProtoImplClass): boolean; static setTableParams(clazz: EggProtoImplClass, params: TableParams): void; static getTableParams(clazz: EggProtoImplClass): TableParams | undefined; }