[offers][feat] add bbs to DashboardOffer type

pull/494/head
Stuart Long Chay Boon 3 years ago
parent c0615baf5c
commit 0b4002a73a

@ -65,11 +65,14 @@ export type SpecificYoe = {
}; };
export type DashboardOffer = { export type DashboardOffer = {
baseSalary?: 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?;
title: string; title: string;
totalYoe: number; totalYoe: number;
}; };

Loading…
Cancel
Save