UNPKG

@svta/common-media-library

Version:
40 lines 504 B
/** * Defines the common keys for CMCD (Common Media Client Data) version 2. * * @group CMCD * * @beta */ export const 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