export type GDPRConsentParameters = {
    hashtag: string;
    cookieName: string;
    timeExpire: number;
    acceptAllCta: boolean;
    moreInfoLink: boolean;
    mandatory: boolean;
    preferLocalStorage: boolean;
    websiteName: string;
    siteDisclaimerTitle: string;
    siteDisclaimerMessage: string;
};
