@ -65,14 +65,14 @@ export type SpecificYoe = {
};
export type DashboardOffer = {
baseSalary?: Valuation?;
bonus?: Valuation?;
baseSalary?: Valuation;
bonus?: Valuation;
company: OffersCompany;
id: string;
income: Valuation;
monthYearReceived: Date;
profileId: string;
stocks?: Valuation?;
stocks?: Valuation;
title: string;
totalYoe: number;