interface ListJobsResponse {
    jobs: Job[];
    totalCount: number;
}

Properties

Properties

jobs: Job[]

List of jobs.

totalCount: number

Total number of jobs.