UNPKG

@iabtechlabtcf/core

Version:

Ensures consistent encoding and decoding of TC Signals for the iab. Transparency and Consent Framework (TCF).

7 lines (6 loc) 168 B
import { IntMap } from '../IntMap.js'; export interface DataRetention { stdRetention?: number; purposes: IntMap<number>; specialPurposes: IntMap<number>; }