From 41cd38f13853f3eea28b74195d800b45a0db6548 Mon Sep 17 00:00:00 2001 From: harlan Date: Tue, 20 Aug 2024 01:28:05 +1000 Subject: [PATCH] chore: clean up --- src/runtime/registry/clarity.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/runtime/registry/clarity.ts b/src/runtime/registry/clarity.ts index 2f780d34..335eea55 100644 --- a/src/runtime/registry/clarity.ts +++ b/src/runtime/registry/clarity.ts @@ -2,15 +2,6 @@ import { useRegistryScript } from '../utils' import { minLength, object, string, pipe } from '#nuxt-scripts-validator' import type { RegistryScriptInput } from '#nuxt-scripts' -/** - * - */ type ClarityFunctions = ((fn: 'start', options: { content: boolean, cookies: string[], dob: number, expire: number, projectId: string, upload: string }) => void) & ((fn: 'identify', id: string, session?: string, page?: string, userHint?: string) => Promise<{