# ImportResult

**Kind**: interface | **Module**: [App Management](https://docs.interop.io/desktop/reference/javascript/app%20management/index.md)

**Source**: https://docs.interop.io/desktop/reference/javascript/app management/importresult/index.html

Describes the result from importing app definitions at runtime.

## Properties

- **`errors`** (`{ app: string; error: string }[]`, required)
  Array of objects describing errors from importing app definitions.
- **`imported`** (`string[]`, required)
  Array of names of the successfully imported apps as specified in their definitions.
