[offer][fix] remove optional valuation for bbs

pull/494/head
Stuart Long Chay Boon 3 years ago
parent 07f99b4d3c
commit 0cdbf464f7

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

Loading…
Cancel
Save