mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
fix(dump-db): type-only import
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import Database, { Database as DatabaseType } from "better-sqlite3";
|
||||
import Database, { type Database as DatabaseType } from "better-sqlite3";
|
||||
|
||||
let dbConnection: DatabaseType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user