/opt/canhelp/node_modules/drizzle-orm
Edit: /opt/canhelp/node_modules/drizzle-orm/session.d.cts (166B)
import type { Query } from "./index.cjs";
export interface PreparedQuery {
getQuery(): Query;
mapResult(response: unknown, isFromBatch?: boolean): unknown;
}