UNPKG

ionic-orm-3

Version:

Data-mapper ORM for Ionic WebSQL and SQLite

6 lines (5 loc) 249 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;