# MongoDocument

`interface` in `plugins` · v0.6.1

<https://docs.seedcord.org/packages/plugins/0.6.1/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
