summaryrefslogtreecommitdiffstats
path: root/src/types/MutationTypes.ts
blob: d561d1d77c56e25a21d8030d56b217360f025505 (plain)
1
2
3
4
5
6
7
8
9
10
export const FEED_MUTATION_TYPES = {
	ADD_FEED: 'ADD_FEED',
	SET_FEEDS: 'SET_FEEDS',
}

export const FOLDER_MUTATION_TYPES = {
	SET_FOLDERS: 'SET_FOLDERS',
	DELETE_FOLDER: 'DELETE_FOLDER',
}