interface WorkItemToTestLinks {
    executedIn?: Service;
    tests?: TestMethod[];
    workItem: WorkItemReference;
}

Properties

executedIn?: Service
tests?: TestMethod[]