Initial commit: New MoreminiMore website with fresh design
This commit is contained in:
6
node_modules/drizzle-orm/batch.d.cts
generated
vendored
Normal file
6
node_modules/drizzle-orm/batch.d.cts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { Dialect } from "./column-builder.cjs";
|
||||
import type { RunnableQuery } from "./runnable-query.cjs";
|
||||
export type BatchItem<TDialect extends Dialect = Dialect> = RunnableQuery<any, TDialect>;
|
||||
export type BatchResponse<T extends BatchItem[] | readonly BatchItem[]> = {
|
||||
[K in keyof T]: T[K]['_']['result'];
|
||||
};
|
||||
Reference in New Issue
Block a user