UNPKG

@eggjs/dal-decorator

Version:
3 lines (2 loc) 168 B
import type { EggProtoImplClass, TableParams } from '@eggjs/tegg-types'; export declare function Table(params?: TableParams): (constructor: EggProtoImplClass) => void;