interface ListJobRunsResponse {
    jobRuns: JobRun[];
    totalCount: number;
}

Properties

Properties

jobRuns: JobRun[]
totalCount: number