Type alias ObjectWithId

ObjectWithId: {
    _id: string;
    [key: string]: any;
}

An object with an ArangoDB document _id property.

See DocumentMetadata.

Type declaration

  • [key: string]: any
  • _id: string

Generated using TypeDoc