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)

Properties

_id: string
_rev: string
contact?: NormalizedParent
contact_type?: string
name?: string
parent?: NormalizedParent
place_id?: string
reported_date?: Date
type: string