// @flow export default { LOW: 1, MEDIUM: 5, HIGH: 9, CUSTOM: 'custom', };