SuggestedRooms typedef

SuggestedRooms = ({List chats, List spaces})

Implementation

typedef SuggestedRooms = ({
  List<SpaceHierarchyRoomInfo> spaces,
  List<SpaceHierarchyRoomInfo> chats
});