UNPKG

ionic-orm-2

Version:

Data-mapper ORM for Ionic WebSQL and SQLite

8 lines (7 loc) 213 B
/** * Thrown when user tries to execute operation that requires connection to be established. */ export declare class ConnectionIsNotSetError extends Error { name: string; constructor(dbType: string); }