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).

5 lines (4 loc) 181 B
import { CommandCallback } from './command/CommandCallback.js'; export interface CustomCommands { [commandName: string]: (callback: CommandCallback, ...param: any[]) => void; }