Add taskevents to actions
FarmMaps.Develop/FarmMapsLib/develop This commit looks good Details

pull/1/head
Willem Dantuma 2019-10-30 17:39:20 +01:00
parent cbda838c19
commit f4ab353505
1 changed files with 4 additions and 1 deletions

View File

@ -219,4 +219,7 @@ export type Actions = OpenModal
| StartRouteLoading
| EndRouteLoading
| InitUser
| InitUserSuccess;
| InitUserSuccess
| TaskStartEvent
| TaskEndEvent
| TaskErrorEvent;