From a0178c8770f6284ed87e8280d44ca2a463818a80 Mon Sep 17 00:00:00 2001
From: xmodo <xmodo>
Date: Sun, 9 Feb 2025 21:40:50 -0600
Subject: [PATCH] add global AI_IDB type

---
 devTools/types/idb/index.d.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devTools/types/idb/index.d.ts b/devTools/types/idb/index.d.ts
index f53c6d1924d..e15bfc01ffa 100644
--- a/devTools/types/idb/index.d.ts
+++ b/devTools/types/idb/index.d.ts
@@ -4,4 +4,5 @@ import * as allIDB from './entry.js'
 
 declare global {
     const idb: typeof allIDB;
+    const AI_IDB: typeof allIDB;
 }
-- 
GitLab