export type GDPRConsentUser = {
    [key: string]: unknown;
};
