Skip to content

Commit f53dc7e

Browse files
authored
fix: databuddy types script registry (#528)
1 parent f407d97 commit f53dc7e

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
@@ -7,6 +7,7 @@ import type { InferInput, ObjectSchema, ValiError } from 'valibot'
77
import type { Import } from 'unimport'
88
import type { SegmentInput } from './registry/segment'
99
import type { CloudflareWebAnalyticsInput } from './registry/cloudflare-web-analytics'
10+
import type { DatabuddyAnalyticsInput } from './registry/databuddy-analytics'
1011
import type { MetaPixelInput } from './registry/meta-pixel'
1112
import type { FathomAnalyticsInput } from './registry/fathom-analytics'
1213
import type { HotjarInput } from './registry/hotjar'
@@ -134,6 +135,7 @@ export interface ScriptRegistry {
134135
crisp?: CrispInput
135136
clarity?: ClarityInput
136137
cloudflareWebAnalytics?: CloudflareWebAnalyticsInput
138+
databuddyAnalytics?: DatabuddyAnalyticsInput
137139
metaPixel?: MetaPixelInput
138140
fathomAnalytics?: FathomAnalyticsInput
139141
plausibleAnalytics?: PlausibleAnalyticsInput

0 commit comments

Comments
 (0)