UNPKG

@eggjs/dal-decorator

Version:
3 lines (2 loc) 201 B
import type { ColumnParams, ColumnTypeParams } from '@eggjs/tegg-types'; export declare function Column(type: ColumnTypeParams, params?: ColumnParams): (target: any, propertyKey: PropertyKey) => void;