UNPKG

@iabtechlabtcf/cmpapi

Version:

Ensures other in-page digital marketing technologies have access to CMP transparency and consent information for the iab. Transparency and Consent Framework (TCF).

7 lines (6 loc) 177 B
import { RestrictionType } from '@iabtechlabtcf/core'; export interface Restrictions { [purposeId: string]: { [vendorId: string]: RestrictionType; } | string; }