import PropTypes from 'prop-types'; import { ActionDefinitions } from './lib/actions'; export default { openSettings: { path: PropTypes.string, }, closeSettings: {}, toggleServiceUpdatedInfoBar: { visible: PropTypes.bool, }, };