1import type { Kysely } from "kysely"; 2 3import type { DB } from "./database.js"; 4 5export type Database = Kysely<DB>;