Type aliases
DocumentData
Type parameters
DocumentMetadata
DocumentMetadata: { _id: string; _key: string; _rev: string }
Type declaration
-
_id: string
-
_key: string
-
_rev: string
EdgeMetadata
EdgeMetadata: { _from: string; _to: string }
Type declaration
-
_from: string
-
_to: string
ObjectWithId
ObjectWithId: { _id: string }
Type declaration
-
[key: string]: any
-
_id: string
ObjectWithKey
ObjectWithKey: { _key: string }
Type declaration
-
[key: string]: any
-
_key: string
import type { Document, Edge } from "arangojs/document";
TODO