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

Properties

Properties

next_batch?: string
rooms: HierarchyRoom[]