matrix-js-sdk
    Preparing search index...

    Interface IRoomHierarchy

    interface IRoomHierarchy {
        next_batch?: string;
        rooms: HierarchyRoom[];
    }
    Index

    Properties

    Properties

    next_batch?: string
    rooms: HierarchyRoom[]