Skip to content

Types

CmpEventSource

type CmpEventSource = UiView | 'embeddings' | '__ucCmp';

ServicesConsents

type ServicesConsents = ServiceConsent[];

CategoriesConsents

type CategoriesConsents = CategoryConsent[];

CategoryConsent

type CategoryConsent = ServiceConsent;

Languages

type Languages = Record<string, Language>;

UiView

type UiView = 'none' | 'button' | 'first' | 'second';