From 8302923a08728d36746af3560ebc35685c2b9da5 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Fri, 25 Aug 2017 23:03:05 +0200 Subject: Enable going from building to room and back --- src/shapes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/shapes/index.js') diff --git a/src/shapes/index.js b/src/shapes/index.js index 7f65982b..07fa512d 100644 --- a/src/shapes/index.js +++ b/src/shapes/index.js @@ -143,4 +143,10 @@ Shapes.WallSegment = PropTypes.shape({ length: PropTypes.number.isRequired, }); +Shapes.InteractionLevel = PropTypes.shape({ + mode: PropTypes.string.isRequired, + roomId: PropTypes.number, + rackId: PropTypes.bool +}); + export default Shapes; -- cgit v1.2.3