feat(domain): complete phase 2 backend core
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import type { BetterSQLite3Database } from "drizzle-orm/better-sqlite3";
|
||||
import * as schema from "../db/schema";
|
||||
|
||||
export type DomainDatabase = BetterSQLite3Database<typeof schema>;
|
||||
Reference in New Issue
Block a user