Upgrade action typing with typesafe-actions
This commit is contained in:
4
src/state/workloads/constants.ts
Normal file
4
src/state/workloads/constants.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export const SUBMIT = 'workload/SUBMIT';
|
||||
export const CREATED = 'workload/CREATED';
|
||||
export const CANCEL = 'workload/CANCEL';
|
||||
export const UPDATE_STATUS = 'workload/UPDATE_STATUS';
|
||||
Reference in New Issue
Block a user