export interface IReferralPromotion { label: string; price: string; id?: number | string; subLabel?: string; }