# ImportResult

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

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

## Properties

- **`errors`** (`Array<{ app: string; error: string }>`, required)
  A list of application names and errors of all the unsuccessful imports
- **`imported`** (`string[]`, required)
  A list of names of the successfully imported application definitions
