matrix-js-sdk
    Preparing search index...

    Interface IEventsResponse

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

    Properties

    Properties

    end: string
    start: string