UNPKG

160 BTypeScriptView Raw
1import { NonAbstract } from '../../shared/types';
2import { Model } from '../..';
3export declare type Repository<M> = (new () => M) & NonAbstract<typeof Model>;
4
\No newline at end of file