@usercentrics/cmp-browser-sdk
Version:
Usercentrics CMP Browser SDK
41 lines (40 loc) • 1.08 kB
TypeScript
import { LegacyLabels, LegacyLabelsTranslations, Translations } from '../../../Api/interfaces';
declare class CookieInformationLabels {
anyDomain: string;
cookieRefresh: string;
cookieStorage: string;
day: string;
days: string;
description: string;
domain: string;
duration: string;
error: string;
hour: string;
hours: string;
identifier: string;
loading: string;
maximumAge: string;
minute: string;
minutes: string;
month: string;
months: string;
multipleDomains: string;
name: string;
no: string;
nonCookieStorage: string;
purposes: string;
second: string;
seconds: string;
session: string;
storedInformation: string;
storedInformationDescription: string;
title: string;
titleDetailed: string;
tryAgain: string;
type: string;
year: string;
years: string;
yes: string;
constructor(labels: LegacyLabels, legacyTranslations?: LegacyLabelsTranslations | null, translations?: Translations | null);
}
export default CookieInformationLabels;