fix
This commit is contained in:
@@ -1,12 +1,5 @@
|
||||
import type { CookieConsentConfig } from "vanilla-cookieconsent";
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
dataLayer: Record<string, any>[];
|
||||
gtag: (...args: any[]) => void;
|
||||
}
|
||||
}
|
||||
|
||||
export const config: CookieConsentConfig = {
|
||||
guiOptions: {
|
||||
consentModal: {
|
||||
|
||||
Reference in New Issue
Block a user