Interface IEventsResponse

interface IEventsResponse {
    chunk: IEventWithRoomId[];
    end: string;
    start: string;
}

Properties

Properties

end: string
start: string