[offers][feat] add jobtype to dashboard response

pull/494/head
Stuart Long Chay Boon 3 years ago
parent 0cdbf464f7
commit 17778562f4

@ -126,6 +126,7 @@ export type User = {
export type GetOffersResponse = {
data: Array<DashboardOffer>;
jobType: JobType;
paging: Paging;
};

Loading…
Cancel
Save