ra-core
Version:
Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React
9 lines • 431 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AUTH_GET_PERMISSIONS = exports.AUTH_LOGOUT = exports.AUTH_ERROR = exports.AUTH_CHECK = exports.AUTH_LOGIN = void 0;
exports.AUTH_LOGIN = 'AUTH_LOGIN';
exports.AUTH_CHECK = 'AUTH_CHECK';
exports.AUTH_ERROR = 'AUTH_ERROR';
exports.AUTH_LOGOUT = 'AUTH_LOGOUT';
exports.AUTH_GET_PERMISSIONS = 'AUTH_GET_PERMISSIONS';
//# sourceMappingURL=types.js.map