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

Index Signatures

[key: string]: any

Properties

data: { [key: string]: any; objects: any[]; }