# UnsubscribeFunction

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

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

Function that can be used to stop receiving notifications about events.

```ts
type UnsubscribeFunction = () => void
```

**Returns**: `void`
