UNPKG

ionic-orm-2

Version:

Data-mapper ORM for Ionic WebSQL and SQLite

6 lines (5 loc) 244 B
/** * Abstract table is a table that contains columns and relations for all tables that will inherit this table. * Database table for the abstract table is not created. */ export declare function AbstractTable(): (target: Function) => void;