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

    Interface Target

    Data about a user's targets from a particular interval.

    interface Target {
        _id: string;
        _rev: string;
        owner: string;
        reporting_period: string;
        targets: TargetValue[];
        updated_date: number;
        user: string;
        readonly [key: string]: DataValue;
    }

    Hierarchy

    • Doc
      • Target

    Indexable

    • readonly [key: string]: DataValue
    Index

    Properties

    _id: string
    _rev: string
    owner: string
    reporting_period: string
    targets: TargetValue[]
    updated_date: number
    user: string