UNPKG

ionic-orm-2

Version:

Data-mapper ORM for Ionic WebSQL and SQLite

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