> ## 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.

# LoadIndexesResult

[@moss-js/moss](../api) / LoadIndexesResult

# Interface: LoadIndexesResult

Result of a [`loadIndexes()`](../classes/MossClient#loadindexes) call.

## Properties

| Property | Type                          | Description                                             |
| -------- | ----------------------------- | ------------------------------------------------------- |
| `loaded` | `string`\[]                   | Names of the indexes that loaded.                       |
| `failed` | `Record`\<`string`, `string`> | Names that failed to load, mapped to the error message. |
