UNPKG

typeorm

Version:

Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, WebSQL, MongoDB databases.

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); }