# MongoDocument

`interface` in `plugins` · v0.7.2

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