interface ListProcessResultsResponse {
    processResults: ProcessResult[];
    totalCount: number;
}

Properties

processResults: ProcessResult[]

List of results.

totalCount: number

Total number of results.