"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.INDEX_ID_KEY = void0;
/**
* The key that needs to be present in all output results of {@link IndexedStorage}.
*/exports.INDEX_ID_KEY = 'id';
//# sourceMappingURL=IndexedStorage.js.map