UNPKG

nestjs-express-cassandra

Version:
3 lines (2 loc) 167 B
import { Type } from '@nestjs/common'; export declare const InjectModel: (entity: Type) => (target: object, key: string | symbol, index?: number | undefined) => void;