export default { SUCCESS: 'SUCCESS', // Done, or nothing selected DIRTY: 'DIRTY', // Needs updating UPDATING: 'UPDATING', FAILED: 'FAILED', };