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

# TapReview

> One store review of the owner's app.

One store review of the owner's app.

## Properties

### author

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

***

### body

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

***

### country

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

***

### id

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

***

### platform

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

***

### rating

```ts theme={null}
rating: number;
```

One to five stars.

***

### replied

```ts theme={null}
replied: boolean;
```

Whether the owner has answered the review.

***

### submittedAt

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

***

### title

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