# ExportCallback

## Content

# Type Alias: ExportCallback

```ts
type ExportCallback = (uri) => void;
```

Export callback

## Parameters

### uri

`string`

## Returns

`void`
