UNPKG

@iaminfinity/express-cassandra

Version:

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

6 lines (5 loc) 278 B
import { Repository } from './repository'; import { BaseModel } from '../interfaces/externals/express-cassandra.interface'; export declare class RepositoryFactory { static create<T>(entity: Function, model: BaseModel, EntityRepository?: typeof Repository): Repository<T>; }