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

    Type Alias UpdateReportInput<T>

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

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

    Type Parameters