diff --git a/apps/portal/src/types/offers.d.ts b/apps/portal/src/types/offers.d.ts index 3dcba938..cd459016 100644 --- a/apps/portal/src/types/offers.d.ts +++ b/apps/portal/src/types/offers.d.ts @@ -65,11 +65,14 @@ export type SpecificYoe = { }; export type DashboardOffer = { + baseSalary?: Valuation?; + bonus?: Valuation?; company: OffersCompany; id: string; income: Valuation; monthYearReceived: Date; profileId: string; + stocks?: Valuation?; title: string; totalYoe: number; };