UNPKG

ra-core

Version:

Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React

6 lines 255 B
export const AUTH_LOGIN = 'AUTH_LOGIN'; export const AUTH_CHECK = 'AUTH_CHECK'; export const AUTH_ERROR = 'AUTH_ERROR'; export const AUTH_LOGOUT = 'AUTH_LOGOUT'; export const AUTH_GET_PERMISSIONS = 'AUTH_GET_PERMISSIONS'; //# sourceMappingURL=types.js.map