[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 = { export type GetOffersResponse = {
data: Array<DashboardOffer>; data: Array<DashboardOffer>;
jobType: JobType;
paging: Paging; paging: Paging;
}; };

Loading…
Cancel
Save