Interface IContextResponse

interface IContextResponse {
    end: string;
    event: IEventWithRoomId;
    events_after: IEventWithRoomId[];
    events_before: IEventWithRoomId[];
    start: string;
    state: IEventWithRoomId[];
}

Properties

end: string
events_after: IEventWithRoomId[]
events_before: IEventWithRoomId[]
start: string