Skip to main content
Module

x/aloedb/lib/types.ts>Update

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

The modifications to apply.

Type Parameters

optional
T extends Document = Document
definition: [K in keyof T]?: UpdateValue<T[K]>