Skip to content

Commit 564898e

Browse files
committed
fix: missing registry types
1 parent 6fb1a37 commit 564898e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/runtime/types.ts

+4
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ import type { YouTubePlayerInput } from './registry/youtube-player'
1919
import type { PlausibleAnalyticsInput } from './registry/plausible-analytics'
2020
import type { NpmInput } from './registry/npm'
2121
import 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
2325
import 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

8688
export 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

0 commit comments

Comments
 (0)