Preparing search index...
The search index is not available
@medic/cht-datasource
@medic/cht-datasource
Place
v1
Place
Interface Place
Immutable data about a place contact.
interface
Place
{
_id
:
string
;
_rev
:
string
;
contact
?:
NormalizedParent
;
contact_type
?:
string
;
name
?:
string
;
parent
?:
NormalizedParent
;
place_id
?:
string
;
reported_date
?:
Date
;
type
:
string
;
}
Hierarchy (
view full
)
Contact
Place
PlaceWithLineage
Index
Properties
_id
_rev
contact?
contact_
type?
name?
parent?
place_
id?
reported_
date?
type
Properties
Readonly
_id
_id
:
string
Readonly
_rev
_rev
:
string
Optional
Readonly
contact
contact
?:
NormalizedParent
Optional
Readonly
contact_
type
contact_
type
?:
string
Optional
Readonly
name
name
?:
string
Optional
Readonly
parent
parent
?:
NormalizedParent
Optional
Readonly
place_
id
place_
id
?:
string
Optional
Readonly
reported_
date
reported_
date
?:
Date
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...
Immutable data about a place contact.