mirror of
https://github.com/zadam/trilium.git
synced 2025-10-06 05:25:37 +08:00
fix(dump-db): type-only import
This commit is contained in:
parent
70cf2513ce
commit
c1e5ab27b6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue