UNPKG

@iabtechlabtcf/core

Version:

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

11 lines (10 loc) 339 B
import { IntMap } from '../IntMap.js'; import { Vendor } from './Vendor.js'; import { Declarations } from './Declarations.js'; export interface VendorList extends Declarations { lastUpdated: string | Date; gvlSpecificationVersion: number; vendorListVersion: number; tcfPolicyVersion: number; vendors: IntMap<Vendor>; }