UNPKG

103 BTypeScriptView Raw
1import { Repository } from './repository';
2export declare abstract class Entity extends Repository {
3}