@medic/cht-datasource
    Preparing search index...

    Interface TargetValue

    Data about a particular target for a user.

    interface TargetValue {
        id: string;
        value: { pass: number; percent?: number; total: number };
        readonly [key: string]: DataValue;
    }

    Hierarchy

    • DataObject
      • TargetValue

    Indexable

    • readonly [key: string]: DataValue
    Index

    Properties

    Properties

    id: string
    value: { pass: number; percent?: number; total: number }