# ImportResult

**Kind**: interface | **Module**: [Apps](https://docs.interop.io/desktop/reference/javascript/apps/index.md)

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

Describes the result from importing app definitions at runtime.

## Properties

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