summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/releases/stores/modules/list/mutation_types.js
blob: a74bf15c515d201998c64c28b72b63e890e9342d (plain)
1
2
3
export const REQUEST_RELEASES = 'REQUEST_RELEASES';
export const RECEIVE_RELEASES_SUCCESS = 'RECEIVE_RELEASES_SUCCESS';
export const RECEIVE_RELEASES_ERROR = 'RECEIVE_RELEASES_ERROR';