UNPKG
ionic-orm-3
Version:
latest (0.0.12)
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.6
0.0.5
Data-mapper ORM for Ionic WebSQL and SQLite
github.com/BradyLiles/ionic-orm
raniel90/ionic-orm
ionic-orm-3
/
dist
/
src
/
decorator
/
tables
/
TableInheritance.d.ts
5 lines
(4 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
5
/** * Sets what kind of table-inheritance table will use. */
export
declare
function
TableInheritance
(
type:
"single-table"
|
"class-table"
):
(
target:
Function
) =>
void
;