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:
parent
557f45b9d1
commit
5c9ea07e2b
2
packages/frontend/@types/vue-gtag.d.ts
vendored
2
packages/frontend/@types/vue-gtag.d.ts
vendored
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user