UNPKG

@hmcts/rpx-xui-node-lib

Version:

Common nodejs library components for XUI

12 lines 369 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SESSION = void 0; exports.SESSION = { EVENT: { REDIS_CLIENT_ERROR: 'redisStore.ClientError', REDIS_CLIENT_READY: 'redisStore.ClientReady', }, REDIS_STORE_NAME: 'redisStore', FILE_STORE_NAME: 'fileStore', }; //# sourceMappingURL=session.constants.js.map