Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias D1Result
import { type D1Result } from "https://deno.land/x/darkflare@v5.0.3/types/mod.d.ts";

Type Parameters

optional
T = unknown
definition: { results?: T[]; lastRowId: number | null; changes: number; duration: number; error?: string; }