Skip to main content
Module

x/darango/collection.ts>DocumentID

An ArangoDB driver for Deno.
Go to Latest
type alias DocumentID
import { type DocumentID } from "https://deno.land/x/darango@0.0.4/collection.ts";

Document ID fields

definition: { _id: string; _key: string; _rev: string; }