mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-03 05:13:27 +00:00
WA-238 Adding assSafe action type
This commit is contained in:
parent
d8dc5201ce
commit
2cd55379ee
@ -1,6 +1,8 @@
|
||||
// @flow
|
||||
import addSafe from '~/routes/safe/store/actions/addSafe'
|
||||
|
||||
export type AddSafe = typeof addSafe
|
||||
|
||||
export type Actions = {
|
||||
addSafe: typeof addSafe,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user