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…
Reference in New Issue