diff options
Diffstat (limited to 'src/shapes')
| -rw-r--r-- | src/shapes/index.js | 6 |
1 files changed, 6 insertions, 0 deletions
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; |
