UNPKG

@svta/common-media-library

Version:
43 lines 611 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CMCD_COMMON_KEYS = void 0; /** * Defines the common keys for CMCD (Common Media Client Data) version 2. * * @group CMCD * * @beta */ exports.CMCD_COMMON_KEYS = [ 'ab', 'bg', 'bl', 'br', 'bs', 'bsd', 'cdn', 'cid', 'cs', 'df', 'ec', 'lab', 'lb', 'ltc', 'msd', 'mtp', 'pb', 'pr', 'pt', 'sf', 'sid', 'sn', 'st', 'sta', 'tab', 'tb', 'tbl', 'tpb', 'ts', 'v', ]; //# sourceMappingURL=CMCD_COMMON_KEYS.js.map