/opt/canhelp/node_modules/drizzle-orm/knex
NameSizeModeActions
index.cjs480644editdlrm
index.cjs.map710644editdlrm
index.d.cts3550644editdlrm
index.d.ts3540644editdlrm
index.js330644editdlrm
index.js.map710644editdlrm
Edit: /opt/canhelp/node_modules/drizzle-orm/knex/index.d.cts (355B)
import type { Knex as KnexType } from 'knex'; import type { InferInsertModel, InferSelectModel, Table } from "../table.cjs"; declare module 'knex/types/tables.ts' { type Knexify = KnexType.CompositeTableType, InferInsertModel> & {}; }