> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tappify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# TapHostEventMap

> The narrowed payload types for the Tappify events the manifest subscribes to, which tappify extension types writes into src/tappify.d.ts.

The narrowed payload types for the Tappify events the manifest subscribes to,
which `tappify extension types` writes into `src/tappify.d.ts`.

## Properties

### release.shipped

```ts theme={null}
release.shipped: {
  build: string;
  version: string;
};
```

#### build

```ts theme={null}
build: string;
```

#### version

```ts theme={null}
version: string;
```
