Skip to main content
interface MysqlUpdatemanyRes
import { type MysqlUpdatemanyRes } from "https://deno.land/x/access_db@0.1.0/mod.ts";

Properties

data: { [key: string]: any; affectedRows?: number; }