Type alias ObjectWithKey

ObjectWithKey: {
    _key: string;
    [key: string]: any;
}

An object with an ArangoDB document _key property.

See DocumentMetadata.

Type declaration

  • [key: string]: any
  • _key: string

Generated using TypeDoc