diff --git a/apps/portal/src/types/offers.d.ts b/apps/portal/src/types/offers.d.ts index cd459016..7997452a 100644 --- a/apps/portal/src/types/offers.d.ts +++ b/apps/portal/src/types/offers.d.ts @@ -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; };