From 5c9ea07e2b422abcc4d66bb53433961e5451b438 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=82=8F=E3=82=8F=E3=82=8F=E3=81=A8=E3=83=BC?= =?UTF-8?q?=E3=81=AB=E3=82=85?= <17376330+u1-liquid@users.noreply.github.com> Date: Wed, 6 Nov 2024 09:07:17 +0900 Subject: [PATCH] =?UTF-8?q?fix(typescript):=20vue-gtag=E3=81=AE=E3=82=BF?= =?UTF-8?q?=E3=82=A4=E3=83=97=E5=AE=9A=E7=BE=A9=E3=81=AE=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=20(MisskeyIO#788)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/@types/vue-gtag.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',