mirror of
https://github.com/strapi/strapi.git
synced 2025-08-10 01:38:10 +00:00
13 lines
473 B
JavaScript
13 lines
473 B
JavaScript
/*
|
|
*
|
|
* Admin constants
|
|
*
|
|
*/
|
|
|
|
export const SET_APP_ERROR = 'StrapiAdmin/Admin/SET_APP_ERROR';
|
|
export const GET_STRAPI_LATEST_RELEASE_SUCCEEDED =
|
|
'StrapiAdmin/Admin/GET_STRAPI_LATEST_RELEASE_SUCCEEDED';
|
|
export const GET_USER_PERMISSIONS = 'StrapiAdmin/Admin/GET_USER_PERMISSIONS';
|
|
export const GET_USER_PERMISSIONS_ERROR = 'StrapiAdmin/Admin/GET_USER_PERMISSIONS_ERROR';
|
|
export const GET_USER_PERMISSIONS_SUCCEEDED = 'StrapiAdmin/Admin/GET_USER_PERMISSIONS_SUCCEEDED';
|