UNPKG

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