1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-11-23 14:46:40 +09:00

fix(typescript): vue-gtagのタイプ定義の修正 (MisskeyIO#788)

This commit is contained in:
あわわわとーにゅ 2024-11-06 09:07:17 +09:00 committed by GitHub
parent 557f45b9d1
commit 5c9ea07e2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',