UNPKG

ionic-orm-3

Version:

Data-mapper ORM for Ionic WebSQL and SQLite

5 lines (4 loc) 175 B
/** * Sets what kind of table-inheritance table will use. */ export declare function TableInheritance(type: "single-table" | "class-table"): (target: Function) => void;