interface DeleteTestRunRequest {
    projectName?: string;
    testRunIds?: number[];
}

Properties

projectName?: string
testRunIds?: number[]