File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ import type { GoogleAnalyticsInput } from './registry/google-analytics'
28
28
import type { GoogleTagManagerInput } from './registry/google-tag-manager'
29
29
import type { UmamiAnalyticsInput } from './registry/umami-analytics'
30
30
import type { RybbitAnalyticsInput } from './registry/rybbit-analytics'
31
+ import type { PayPalInput } from './registry/paypal'
31
32
import { object } from '#nuxt-scripts-validator'
32
33
33
34
export type WarmupStrategy = false | 'preload' | 'preconnect' | 'dns-prefetch'
@@ -139,6 +140,7 @@ export interface ScriptRegistry {
139
140
googleTagManager ?: GoogleTagManagerInput
140
141
hotjar ?: HotjarInput
141
142
intercom ?: IntercomInput
143
+ paypal ?: PayPalInput
142
144
matomoAnalytics ?: MatomoAnalyticsInput
143
145
rybbitAnalytics ?: RybbitAnalyticsInput
144
146
segment ?: SegmentInput
You can’t perform that action at this time.
0 commit comments