> ## Documentation Index
> Fetch the complete documentation index at: https://docs.moss.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# MutationResult

[@moss-dev/moss](../api) / MutationResult

# Interface: MutationResult

Result of an async mutation operation (createIndex, addDocs, deleteDocs).
Returned after the operation completes (polling is handled internally).

## Properties

| Property    | Type     |
| ----------- | -------- |
| `jobId`     | `string` |
| `indexName` | `string` |
| `docCount`  | `number` |
