Skip to main content
Module

x/aloedb/lib/types.ts>Document

Light, Embeddable, NoSQL database for Deno 🦕
Go to Latest
type alias Document
import { type Document } from "https://deno.land/x/aloedb@0.1.0/lib/types.ts";

Any document-like object.

definition: { [key: string]: DocumentValue; }