UNPKG

ionic-orm-2

Version:

Data-mapper ORM for Ionic WebSQL and SQLite

5 lines (4 loc) 178 B
/** * Special decorator used to extract relation id into separate entity property. */ export declare function RelationId<T>(relation: string | ((object: T) => any)): Function;