Skip to main content
Module

x/aloedb/lib/declarations.ts>Acceptable

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

Checking the object for suitability for storage.

definition: [K in keyof T]: T[K] & DocumentValue