aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions/ui.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions/ui.ts')
-rw-r--r--src/actions/ui.ts11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/actions/ui.ts b/src/actions/ui.ts
new file mode 100644
index 000000000..b913b430b
--- /dev/null
+++ b/src/actions/ui.ts
@@ -0,0 +1,11 @@
1import PropTypes from 'prop-types';
2
3export default {
4 openSettings: {
5 path: PropTypes.string,
6 },
7 closeSettings: {},
8 toggleServiceUpdatedInfoBar: {
9 visible: PropTypes.bool,
10 },
11};