# MongooseDocument

`interface` in `plugin-mongoose` · v0.4.2

<https://docs.seedcord.org/packages/plugin-mongoose/0.4.2/mongoose-document>

Basic document interface with MongoDB ObjectId field.

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

```ts
interface MongooseDocument
```

## Properties

### _id

```ts
_id: string;
```

MongoDB document identifier
