interface UserContext {
    activeSegments: Segment[];
    events: Event[];
    home: null | Venue;
    lastKnownLocation: null | GeoLocation;
    semanticTime: SemanticTime;
    work: null | Venue;
}

Properties

activeSegments: Segment[]
events: Event[]
home: null | Venue
lastKnownLocation: null | GeoLocation
semanticTime: SemanticTime
work: null | Venue