> ## 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.

# TapRelease

> One version of an owner's app, as the store reports it.

One version of an owner's app, as the store reports it.

## Properties

### build

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

***

### id

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

***

### platform

```ts theme={null}
platform: TapPlatform;
```

***

### shippedAt

```ts theme={null}
shippedAt: string | null;
```

When the store created the version. The type allows `null`, but the host
always sends a timestamp today.

***

### state

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

The store's own state string, such as `ready_for_sale` or `published`.

***

### version

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