@medic/cht-datasource
Preparing search index...
Input
v1
PlaceInput
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
)
ContactInput
PlaceInput
Indexable
readonly
[
key
:
string
]:
DataValue
Index
Properties
_
id?
_
rev?
contact?
contact_
type?
name
parent?
place_
id?
reported_
date?
type
Properties
Optional
Readonly
_
id
_id
?:
undefined
Optional
Readonly
_
rev
_rev
?:
undefined
Optional
Readonly
contact
contact
?:
string
Optional
Readonly
contact_
type
contact_type
?:
string
Readonly
name
name
:
string
Optional
Readonly
parent
parent
?:
string
Optional
Readonly
place_
id
place_id
?:
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
contact_
type
name
parent
place_
id
reported_
date
type
@medic/cht-datasource
Loading...
Input data for a place.