Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/runtime/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import type { InferInput, ObjectSchema, ValiError } from 'valibot'
import type { Import } from 'unimport'
import type { SegmentInput } from './registry/segment'
import type { CloudflareWebAnalyticsInput } from './registry/cloudflare-web-analytics'
import type { DatabuddyAnalyticsInput } from './registry/databuddy-analytics'
import type { MetaPixelInput } from './registry/meta-pixel'
import type { FathomAnalyticsInput } from './registry/fathom-analytics'
import type { HotjarInput } from './registry/hotjar'
Expand Down Expand Up @@ -134,6 +135,7 @@ export interface ScriptRegistry {
crisp?: CrispInput
clarity?: ClarityInput
cloudflareWebAnalytics?: CloudflareWebAnalyticsInput
databuddyAnalytics?: DatabuddyAnalyticsInput
metaPixel?: MetaPixelInput
fathomAnalytics?: FathomAnalyticsInput
plausibleAnalytics?: PlausibleAnalyticsInput
Expand Down
Loading