UNPKG

ionic-orm-3

Version:

Data-mapper ORM for Ionic WebSQL and SQLite

6 lines (5 loc) 253 B
import { TableOptions } from "../options/TableOptions"; /** * Special type of the table used in the class-table inherited tables. */ export declare function ClassTableChild(tableName?: string, options?: TableOptions): (target: Function) => void;