UNPKG

scheunemann-interfaces

Version:
11 lines (10 loc) 340 B
import { SponsorshipValueEntity } from '../../general/entities/sponsorship-value.entity'; export declare class OrderBenefitsEntity { description: string; id: string; sponsorshipValues: SponsorshipValueEntity[]; target: string; targetId: string; value: number; constructor(data?: Partial<OrderBenefitsEntity>); }