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

    Interface PlaceInput

    Input data for a place.

    interface PlaceInput {
        _id?: undefined;
        _rev?: undefined;
        contact?: string;
        contact_type?: string;
        name: string;
        parent?: string;
        place_id?: 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?: string
    contact_type?: string
    name: string
    parent?: string
    place_id?: string
    reported_date?: string | number
    type: string