---
sidebar_label: Handler
---

# Handler type

**Signature:**

```typescript
export declare type Handler<T = any> = (event?: T) => void;
```