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

Hierarchy (view full)

Properties

Properties

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.