UNPKG

ionic-orm-2

Version:

Data-mapper ORM for Ionic WebSQL and SQLite

5 lines (4 loc) 167 B
/** * Holds a number of children in the closure table of the column. */ export declare function RelationCount<T>(relation: string | ((object: T) => any)): Function;