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

    Interface Report

    A report document.

    interface Report {
        _id: string;
        _rev: string;
        contact?: NormalizedParent;
        fields: DataObject;
        form: string;
        reported_date: Date;
        readonly [key: string]: DataValue;
    }

    Hierarchy (View Summary)

    Indexable

    • readonly [key: string]: DataValue
    Index

    Properties

    _id: string
    _rev: string
    contact?: NormalizedParent
    fields: DataObject
    form: string
    reported_date: Date