Interface ISearchResult

interface ISearchResult {
    context: IResultContext;
    rank: number;
    result: IEventWithRoomId;
}

Properties

Properties

rank: number