UNPKG

ionic-orm-2

Version:

Data-mapper ORM for Ionic WebSQL and SQLite

8 lines (7 loc) 197 B
/** * Thrown when repository for the given class is not found. */ export declare class RepositoryNotTreeError extends Error { name: string; constructor(entityClass: Function | string); }