interface IWorkerDefectListValue {
    count?: number;
    traceability?: Record<number, OptionalTraceValue>;
}

Hierarchy (view full)

Properties

count?: number

The total count of defects for this test.

traceability?: Record<number, OptionalTraceValue>

The traceability for the specific value. The key corresponds to the traceability id, and the value corresponds to the traceability value. Preset values will automatically be matched.