fix(dump-db): type-only import

This commit is contained in:
Elian Doran 2025-05-03 11:28:14 +03:00
parent 70cf2513ce
commit c1e5ab27b6
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
import Database, { Database as DatabaseType } from "better-sqlite3";
import Database, { type Database as DatabaseType } from "better-sqlite3";
let dbConnection: DatabaseType;