UNPKG

@iabtechlabtcf/core

Version:

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

8 lines (7 loc) 164 B
export interface ByPurposeVendorMap { [purposeId: string]: { legInt: Set<number>; consent: Set<number>; flexible: Set<number>; }; }