UNPKG

ionic-orm-2

Version:

Data-mapper ORM for Ionic WebSQL and SQLite

6 lines (5 loc) 210 B
import { RelationOptions } from "../options/RelationOptions"; /** * Marks a specific property of the class as a parent of the tree. */ export declare function TreeParent(options?: RelationOptions): Function;