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

    Interface ReportInput

    Input data for a report.

    interface ReportInput {
        _id?: undefined;
        _rev?: undefined;
        contact: string;
        form: string;
        reported_date?: string | number;
        readonly [key: string]: DataValue;
    }

    Hierarchy

    • DataObject
      • ReportInput

    Indexable

    • readonly [key: string]: DataValue
    Index

    Properties

    _id?: undefined
    _rev?: undefined
    contact: string
    form: string
    reported_date?: string | number