/** * 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;