interface TestPointsEvent {
    projectName?: string;
    testPoints: TestPointReference[];
}

Hierarchy (View Summary)

Properties

projectName?: string
testPoints: TestPointReference[]