UNPKG

@redux-devtools/rtk-query-monitor

Version:
12 lines (10 loc) 421 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.missingTagId = exports.DATA_TYPE_KEY = void 0; const DATA_TYPE_KEY = exports.DATA_TYPE_KEY = Symbol.for('__serializedType__'); /** * @see https://github.com/reduxjs/redux-toolkit/blob/b718e01d323d3ab4b913e5d88c9b90aa790bb975/src/query/core/buildSlice.ts#L259 */ const missingTagId = exports.missingTagId = '__internal_without_id';