/**
* @typedef {{name: string, key: string}} storageKeys
* @type {Object.<string, string>}
*/
'use strict';
Object.defineProperty(exports, '__esModule', {
value: true
});
var Keys = Object.freeze({
NOTIF_BANNER_DISMISSED_FOREVER: 'notificationBannerDismissedForever',
NOTIF_BANNER_DISMISSAL_COUNT: 'notificationBannerDismissalCount',
PER_ROOM_NOTIFICATION_DIALOG_SHOWN: 'perRoomNotificationsDialogShown',
ROSTER: 'roster',
// Archived rooms shouldn't be cached. Keeping this only for legacy purposes, don't use it (stare)
ROOMS_WITH_ARCHIVED: 'rooms-w-archived',
ROOMS_WITHOUT_ARCHIVED: 'rooms-wo-archived',
EMOTICONS: 'emoticons',
GROUP_ID: 'group_id',
USER_ID: 'user_id',
SCHEMA: 'storage-schema',
ANALYTICS: 'hc_web-herment-storage-key',
READSTATE: 'pending-readstate'
});
exports['default'] = Keys;
module.exports = exports['default'];