diff --git a/packages/frontend/@types/vue-gtag.d.ts b/packages/frontend/@types/vue-gtag.d.ts index c300d516c..4e4b2199f 100644 --- a/packages/frontend/@types/vue-gtag.d.ts +++ b/packages/frontend/@types/vue-gtag.d.ts @@ -1,5 +1,5 @@ declare module 'vue-gtag' { - export type GtagConsent = (command: 'consent', arg: 'default' | 'update', params: GtagConsentParams): void; + export type GtagConsent = (command: 'consent', arg: 'default' | 'update', params: GtagConsentParams) => void; export interface GtagConsentParams { ad_storage?: 'granted' | 'denied',