We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b97e2 commit 3602040Copy full SHA for 3602040
1 file changed
src/runtime/registry/clarity.ts
@@ -2,7 +2,6 @@ import { useRegistryScript } from '../utils'
2
import { minLength, object, string, pipe } from '#nuxt-scripts-validator'
3
import type { RegistryScriptInput } from '#nuxt-scripts'
4
5
-
6
type ClarityFunctions = ((fn: 'start', options: { content: boolean, cookies: string[], dob: number, expire: number, projectId: string, upload: string }) => void)
7
& ((fn: 'identify', id: string, session?: string, page?: string, userHint?: string) => Promise<{
8
id: string
0 commit comments