summaryrefslogtreecommitdiffstats
path: root/src/types/MutationTypes.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/MutationTypes.ts')
-rw-r--r--src/types/MutationTypes.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/types/MutationTypes.ts b/src/types/MutationTypes.ts
index b427821cd..a6cf3478e 100644
--- a/src/types/MutationTypes.ts
+++ b/src/types/MutationTypes.ts
@@ -31,3 +31,7 @@ export const FEED_ITEM_MUTATION_TYPES = {
SET_ALL_LOADED: 'SET_ALL_LOADED',
SET_LAST_ITEM_LOADED: 'SET_LAST_ITEM_LOADED',
}
+
+export const APPLICATION_MUTATION_TYPES = {
+ SET_ERROR: 'SET_ERROR',
+}