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

    Type Alias UpdatePlaceInput<T>

    UpdatePlaceInput: T | Omit<T, "contact"> & Doc & { contact?: string }

    Input data for updating a place. The following properties are read-only and cannot be changed: reported_date, parent, type, contact_type.

    Type Parameters