interface TestToWorkItemLinks {
    test: TestMethod;
    workItems?: WorkItemReference[];
}

Properties

Properties

workItems?: WorkItemReference[]