Skip to main content
Version: 8.9

Type Alias: JobTypeStatisticsQueryResult

type JobTypeStatisticsQueryResult = SearchQueryResponse & object;

Job type statistics query result.

Type Declaration

items

items: JobTypeStatisticsItem[];

The list of job type statistics items.

page

page: SearchQueryPageResponse;