1import type { LibSQLDatabase } from "drizzle-orm/libsql"; 2 3declare global { 4 interface RouterContext { 5 db: LibSQLDatabase; 6 } 7}