@medic/cht-datasource
Preparing search index...
Input
v1
ContactInput
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
)
DataObject
ContactInput
PersonInput
PlaceInput
Indexable
readonly
[
key
:
string
]:
DataValue
Index
Properties
_
id?
_
rev?
contact_
type?
name
reported_
date?
type
Properties
Optional
Readonly
_
id
_id
?:
undefined
Optional
Readonly
_
rev
_rev
?:
undefined
Optional
Readonly
contact_
type
contact_type
?:
string
Readonly
name
name
:
string
Optional
Readonly
reported_
date
reported_date
?:
string
|
number
Readonly
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
_
id
_
rev
contact_
type
name
reported_
date
type
@medic/cht-datasource
Loading...
Input data for a contact.