# ProviderData

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

**Source**: https://docs.interop.io/desktop/reference/javascript/search/providerdata/index.html

Search provider details.

## Properties

- **`appName`** (`string`, optional)
  Name of the app that has registered the search provider.
- **`id`** (`string`, required)
  Unique app ID within the framework.
- **`interopId`** (`string`, required)
  Unique ID of the Interop instance of the app.
- **`name`** (`string`, required)
  Name of the search provider.
- **`types`** (`SearchType[]`, optional)
  List of search types with which the search provider works.

## Related types

- [SearchType](https://docs.interop.io/desktop/reference/javascript/search/searchtype/index.md)
