# IEventSubscriber

## Definition

```tsx
type IEventSubscriber = (instanceId: string, eventName: string, callback: (data?: { [key: string]: any }) => void) => void
```

## Usage

```tsx
import { IEventSubscriber } from 'uxp/components';
```
