# MongoDocument

`interface` in `plugins` · v0.8.0-next.8

<https://docs.seedcord.org/packages/plugins/0.8.0-next.8/interfaces/mongo-document>

Basic document interface with MongoDB ObjectId field.

Represents the minimal structure of a MongoDB document with the required `_id` field.

```ts
interface MongoDocument
```

## Properties

### _id

```ts
_id: string;
```

MongoDB document identifier
