File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ import type { YouTubePlayerInput } from './registry/youtube-player'
19
19
import type { PlausibleAnalyticsInput } from './registry/plausible-analytics'
20
20
import type { NpmInput } from './registry/npm'
21
21
import type { LemonSqueezyInput } from './registry/lemon-squeezy'
22
+ import type { GoogleAdsenseInput } from './registry/google-adsense'
23
+ import type { ClarityInput } from './registry/clarity'
22
24
// @ts -expect-error build-time
23
25
import type { InferInput as GoogleTagManagerInput } from '#build/nuxt-scripts/tpc/google-tag-manager'
24
26
// @ts -expect-error build-time
@@ -84,10 +86,12 @@ export interface NuxtAppScript {
84
86
}
85
87
86
88
export interface ScriptRegistry {
89
+ clarity ?: ClarityInput
87
90
cloudflareWebAnalytics ?: CloudflareWebAnalyticsInput
88
91
metaPixel ?: MetaPixelInput
89
92
fathomAnalytics ?: FathomAnalyticsInput
90
93
plausibleAnalytics ?: PlausibleAnalyticsInput
94
+ googleAdsense ?: GoogleAdsenseInput
91
95
googleAnalytics ?: GoogleAnalyticsInput
92
96
googleMaps ?: GoogleMapsInput
93
97
lemonSqueezy ?: LemonSqueezyInput
You can’t perform that action at this time.
0 commit comments