UNPKG

ionic-orm-2

Version:

Data-mapper ORM for Ionic WebSQL and SQLite

5 lines (4 loc) 152 B
/** * Special type of the table used in the single-table inherited tables. */ export declare function SingleTableChild(): (target: Function) => void;