From 58cda9cc7fb79ca9df6746de7f9662bc08dc156a Mon Sep 17 00:00:00 2001 From: Stefan Malzner Date: Fri, 13 Oct 2017 12:29:40 +0200 Subject: initial commit --- src/actions/app.js | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/actions/app.js (limited to 'src/actions/app.js') diff --git a/src/actions/app.js b/src/actions/app.js new file mode 100644 index 000000000..5db4b739e --- /dev/null +++ b/src/actions/app.js @@ -0,0 +1,23 @@ +import PropTypes from 'prop-types'; + +export default { + setBadge: { + unreadDirectMessageCount: PropTypes.number.isRequired, + unreadIndirectMessageCount: PropTypes.number, + }, + notify: { + title: PropTypes.string.isRequired, + options: PropTypes.object.isRequired, + serviceId: PropTypes.string, + }, + launchOnStartup: { + enable: PropTypes.bool.isRequired, + }, + openExternalUrl: { + url: PropTypes.string.isRequired, + }, + checkForUpdates: {}, + resetUpdateStatus: {}, + installUpdate: {}, + healthCheck: {}, +}; -- cgit v1.2.3-70-g09d2