Skip to content

Commit

Permalink
Removed dead type
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Dec 9, 2024
1 parent 8130cc9 commit b909d88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/evalite-core/src/db.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type * as BetterSqlite3 from "better-sqlite3";
import Database from "better-sqlite3";
import type { Evalite } from "./index.js";
import type { GetMenuItemsResult } from "./sdk.js";

export type SQLiteDatabase = BetterSqlite3.Database;

Expand Down

0 comments on commit b909d88

Please sign in to comment.