Skip to main content
Module

x/drizzle/pg-core.ts>QueryResultKind

Deno port of the drizzle-orm library
Latest
type alias QueryResultKind
Re-export
import { type QueryResultKind } from "https://deno.land/x/drizzle@v0.23.85/pg-core.ts";
definition: (TKind & { readonly row: TRow; })["type"]