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'
2828import type { GoogleTagManagerInput } from './registry/google-tag-manager'
2929import type { UmamiAnalyticsInput } from './registry/umami-analytics'
3030import type { RybbitAnalyticsInput } from './registry/rybbit-analytics'
31+ import type { PayPalInput } from './registry/paypal'
3132import { object } from '#nuxt-scripts-validator'
3233
3334export type WarmupStrategy = false | 'preload' | 'preconnect' | 'dns-prefetch'
@@ -139,6 +140,7 @@ export interface ScriptRegistry {
139140 googleTagManager ?: GoogleTagManagerInput
140141 hotjar ?: HotjarInput
141142 intercom ?: IntercomInput
143+ paypal ?: PayPalInput
142144 matomoAnalytics ?: MatomoAnalyticsInput
143145 rybbitAnalytics ?: RybbitAnalyticsInput
144146 segment ?: SegmentInput
You can’t perform that action at this time.
0 commit comments