UNPKG

ionic-orm-2

Version:

Data-mapper ORM for Ionic WebSQL and SQLite

6 lines (5 loc) 223 B
/** * If entity is a child table of some table, it should have a discriminator value. * This decorator sets custom discriminator value for the entity. */ export declare function DiscriminatorValue(value: any): Function;