/* * * 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';