UNPKG

@iabtcf/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) 170 B
import { RestrictionType } from '@iabtcf/core'; export interface Restrictions { [purposeId: string]: { [vendorId: string]: RestrictionType; } | string; }