UNPKG

@kezios/forest-express-decorator

Version:
5 lines (4 loc) • 272 B
import { BaseCollection } from './../core/BaseCollection'; import { SmartFieldOptions } from "forest-express-sequelize"; declare const SmartField: (options: Omit<SmartFieldOptions, 'field'>) => (target: BaseCollection, propertyKey: string) => void; export { SmartField };