UNPKG

@iaminfinity/express-cassandra

Version:

Nest - modern, fast, powerful node.js web framework (@express-cassandra)

4 lines (3 loc) 232 B
import { EntityOptions } from '../interfaces'; export declare function Entity<T = any>(options?: EntityOptions<T>): ClassDecorator; export declare function Entity<T = any>(name?: string, options?: EntityOptions<T>): ClassDecorator;