WA-238 Adding assSafe action type

This commit is contained in:
apanizo 2018-05-02 15:24:23 +02:00
parent d8dc5201ce
commit 2cd55379ee
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
// @flow
import addSafe from '~/routes/safe/store/actions/addSafe'
export type AddSafe = typeof addSafe
export type Actions = {
addSafe: typeof addSafe,
}