@usercentrics/cmp-browser-sdk
Version:
Usercentrics CMP Browser SDK
12 lines (11 loc) • 324 B
TypeScript
import { UserConsentResponse } from '../../Api/interfaces/interfaces';
export interface IFrameOptions {
cookieBridgeScriptPath?: string;
cookieBridgeSubdomain?: string;
useEuCdn: boolean;
}
export interface CrossDomainData {
consents: UserConsentResponse[];
controllerId: string;
language: string;
}