A report document.

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

Hierarchy

  • Doc
    • Report

Indexable

  • readonly [key: string]: DataValue

Properties

_id: string
_rev: string
fields: DataObject
form: string
reported_date: Date