import type { _PaginatedDto } from './_PaginatedDto'; import type { JobEntity } from './JobEntity'; export type PaginatedResponseOfJobEntity = (_PaginatedDto & { results?: Array; });