interface QueryTestRunStatsRequest {
    teamProjectName?: string;
    testRunId?: number;
}

Properties

teamProjectName?: string
testRunId?: number