fix(dump-db): type-only import

pull/1845/head
Elian Doran 2025-05-03 11:28:14 +07:00
parent 70cf2513ce
commit c1e5ab27b6
No known key found for this signature in database
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;