# ImportLayoutResult

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

**Source**: https://docs.interop.io/desktop/reference/javascript/layouts/importlayoutresult/index.html

Describes the result returned from importing Layouts.

## Properties

- **`failed`** (`{ name: string, type: LayoutType }[]`, required)
  Array of objects describing all Layouts that failed to import.
  Each object contains the name and the type of the Layout.
- **`status`** (`string`, required)
  Status of the Layout operation. If successful, will be set to `"Success"`,
  otherwise, will contain the returned error message.

## Related types

- [LayoutType](https://docs.interop.io/desktop/reference/javascript/layouts/layouttype/index.md)
