Skip to content

Commit 3c01eb8

Browse files
committed
chore: missing paypal type
1 parent ed79db4 commit 3c01eb8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/runtime/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import type { GoogleAnalyticsInput } from './registry/google-analytics'
2828
import type { GoogleTagManagerInput } from './registry/google-tag-manager'
2929
import type { UmamiAnalyticsInput } from './registry/umami-analytics'
3030
import type { RybbitAnalyticsInput } from './registry/rybbit-analytics'
31+
import type { PayPalInput } from './registry/paypal'
3132
import { object } from '#nuxt-scripts-validator'
3233

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

0 commit comments

Comments
 (0)