mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(dump-db): type-only import
This commit is contained in:
parent
70cf2513ce
commit
c1e5ab27b6
@ -1,4 +1,4 @@
|
||||
import Database, { Database as DatabaseType } from "better-sqlite3";
|
||||
import Database, { type Database as DatabaseType } from "better-sqlite3";
|
||||
|
||||
let dbConnection: DatabaseType;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user