UNPKG

@usercentrics/cmp-browser-sdk

Version:
25 lines (24 loc) 617 B
import { CONSENT_ACTION, CONSENT_TYPE } from '../enums'; export declare const storageSettings: { controllerId: string; id: string; language: string; services: { history: { action: CONSENT_ACTION; language: string; status: boolean; timestamp: number; type: CONSENT_TYPE; versions: { application: string; service: string; settings: string; }; }[]; id: string; processorId: string; status: boolean; }[]; version: string; };