Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mutation_types.js « terminal_sync « modules « stores « ide « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ec809540c185ed819582d6602479e66ae9ae91b9 (plain)
1
2
3
4
export const START_LOADING = 'START_LOADING';
export const SET_ERROR = 'SET_ERROR';
export const SET_SUCCESS = 'SET_SUCCESS';
export const STOP = 'STOP';