interface JobsGetResponse {
    count: number;
    jobs: JobSummary[];
}

Properties

Properties

count: number
jobs: JobSummary[]