UNPKG

ionic-orm-x

Version:

Data-mapper ORM for Ionic WebSQL and SQLite

8 lines (7 loc) 201 B
/** * Thrown when consumer specifies driver type that does not exist or supported. */ export declare class MissingDriverError extends Error { name: string; constructor(driverType: string); }