aboutsummaryrefslogtreecommitdiffstats
path: root/packages/db/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/db/index.ts')
-rw-r--r--packages/db/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/db/index.ts b/packages/db/index.ts
index 8a33d488..0a72c9bb 100644
--- a/packages/db/index.ts
+++ b/packages/db/index.ts
@@ -10,7 +10,7 @@ export * as schema from "./schema";
export { SqliteError } from "better-sqlite3";
// This is exported here to avoid leaking better-sqlite types outside of this package.
-export type HoarderDBTransaction = SQLiteTransaction<
+export type KarakeepDBTransaction = SQLiteTransaction<
"sync",
Database.RunResult,
typeof schema,