diff --git a/apps/portal/src/types/offers.d.ts b/apps/portal/src/types/offers.d.ts index 7997452a..425d654d 100644 --- a/apps/portal/src/types/offers.d.ts +++ b/apps/portal/src/types/offers.d.ts @@ -126,6 +126,7 @@ export type User = { export type GetOffersResponse = { data: Array; + jobType: JobType; paging: Paging; };