UNPKG

nestjs-express-cassandra

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