UNPKG

@usercentrics/cmp-browser-sdk

Version:
7 lines (6 loc) 230 B
export interface BaseTCFUserDecision { /** Indicates if the user gave consent (true) or denied consent (false) */ consent: boolean; /** The id of the purpose/vendor the consent decision belongs to */ id: number; }