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

# TapListing

> The store metadata for one app, in one country and locale.

The store metadata for one app, in one country and locale.

## Properties

### country

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

***

### description

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

***

### keywords

```ts theme={null}
keywords: string[];
```

The keyword field as the store holds it, split into terms.

***

### locale

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

***

### platform

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

***

### subtitle

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

***

### title

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

***

### updatedAt

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