# ScriptCallback

## Definition

```tsx
type ScriptCallback = (error?: string | Event) => void;
```

## Usage

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