UNPKG

ionic-orm-3

Version:

Data-mapper ORM for Ionic WebSQL and SQLite

8 lines (7 loc) 220 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); }