1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-15 12:59:09 +00:00
trezor-wallet/src/actions/constants/notification.js

6 lines
201 B
JavaScript
Raw Permalink Normal View History

2018-02-20 09:30:36 +00:00
/* @flow */
2018-07-30 10:52:13 +00:00
2018-04-16 21:19:50 +00:00
export const ADD: 'notification__add' = 'notification__add';
export const CLOSE: 'notification__close' = 'notification__close';
2019-03-04 12:33:02 +00:00
export const REMOVE: 'account__remove' = 'account__remove';