fix(typescript): vue-gtagのタイプ定義の修正 (MisskeyIO#788)
This commit is contained in:
+1
-1
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user