/* @flow */ 'use strict'; export const ADD: string = 'notification__add'; export const CLOSE: string = 'notification__close'; export const REMOVE: string = 'account__remove';