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

    Interface ContactInput

    Input data for a contact.

    interface ContactInput {
        _id?: undefined;
        _rev?: undefined;
        contact_type?: string;
        name: string;
        reported_date?: string | number;
        type: string;
        readonly [key: string]: DataValue;
    }

    Hierarchy (View Summary)

    Indexable

    • readonly [key: string]: DataValue
    Index

    Properties

    _id?: undefined
    _rev?: undefined
    contact_type?: string
    name: string
    reported_date?: string | number
    type: string