DMSDataValue: {
    count: number;
    defectId: number;
    id: number;
    totalCost: number;
    traceability: RequiredTraceRecord[];
}

Type declaration

  • count: number

    Count of the defects

  • defectId: number

    Internal ID of the defect associated with this defect record

  • id: number

    Internal ID of the defect record

  • totalCost: number

    Cost per defect multiplied by the count of defects

  • traceability: RequiredTraceRecord[]

    Defect-specific traceability associated with this defect record