File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 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'
1919import type { PlausibleAnalyticsInput } from './registry/plausible-analytics'
2020import type { NpmInput } from './registry/npm'
2121import type { LemonSqueezyInput } from './registry/lemon-squeezy'
22+ import type { GoogleAdsenseInput } from './registry/google-adsense'
23+ import type { ClarityInput } from './registry/clarity'
2224// @ts -expect-error build-time
2325import type { InferInput as GoogleTagManagerInput } from '#build/nuxt-scripts/tpc/google-tag-manager'
2426// @ts -expect-error build-time
@@ -84,10 +86,12 @@ export interface NuxtAppScript {
8486}
8587
8688export interface ScriptRegistry {
89+ clarity ?: ClarityInput
8790 cloudflareWebAnalytics ?: CloudflareWebAnalyticsInput
8891 metaPixel ?: MetaPixelInput
8992 fathomAnalytics ?: FathomAnalyticsInput
9093 plausibleAnalytics ?: PlausibleAnalyticsInput
94+ googleAdsense ?: GoogleAdsenseInput
9195 googleAnalytics ?: GoogleAnalyticsInput
9296 googleMaps ?: GoogleMapsInput
9397 lemonSqueezy ?: LemonSqueezyInput
You can’t perform that action at this time.
0 commit comments