@ukkidney/ukrdc-axios-ts
    Preparing search index...

    Interface MasterRecordStatisticsSchema

    Counts of various objects related to a master record

    MasterRecordStatisticsSchema

    interface MasterRecordStatisticsSchema {
        errors: number;
        ukrdcids: number;
        workitems: number;
    }
    Index

    Properties

    errors: number

    Number of error messages related to this master record

    MasterRecordStatisticsSchema

    ukrdcids: number

    Number of UKRDC IDs related to this master record

    MasterRecordStatisticsSchema

    workitems: number

    Number of workitems related to this master record

    MasterRecordStatisticsSchema