[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 = {
baseSalary?: Valuation?;
bonus?: Valuation?;
company: OffersCompany;
id: string;
income: Valuation;
monthYearReceived: Date;
profileId: string;
stocks?: Valuation?;
title: string;
totalYoe: number;
};

Loading…
Cancel
Save