@medic/cht-datasource
Preparing search index...
Input
v1
ReportInput
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?
_
rev?
contact
form
reported_
date?
Properties
Optional
Readonly
_
id
_id
?:
undefined
Optional
Readonly
_
rev
_rev
?:
undefined
Readonly
contact
contact
:
string
Readonly
form
form
:
string
Optional
Readonly
reported_
date
reported_date
?:
string
|
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
id
_
rev
contact
form
reported_
date
@medic/cht-datasource
Loading...
Input data for a report.