summaryrefslogtreecommitdiff
path: root/frontend/src/shapes/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/shapes/index.js')
-rw-r--r--frontend/src/shapes/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/shapes/index.js b/frontend/src/shapes/index.js
index 8296055a..9fab6f5d 100644
--- a/frontend/src/shapes/index.js
+++ b/frontend/src/shapes/index.js
@@ -129,6 +129,7 @@ Shapes.Scenario = PropTypes.shape({
schedulerName: PropTypes.string.isRequired,
scheduler: Shapes.Scheduler,
}).isRequired,
+ results: PropTypes.object,
})
Shapes.WallSegment = PropTypes.shape({