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

# TapFixtures

> The shape of fixtures: every sandbox fixture under one name.

The shape of `fixtures`: every sandbox fixture under one name.

## Properties

### apps

```ts theme={null}
apps: TapApp[];
```

***

### crashes

```ts theme={null}
crashes: TapCrashesResult;
```

***

### keywords

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

***

### listings

```ts theme={null}
listings: TapListing[];
```

***

### project

```ts theme={null}
project: TapProjectResult;
```

***

### releases

```ts theme={null}
releases: TapRelease[];
```

***

### revenue

```ts theme={null}
revenue: TapRevenueResult;
```

***

### reviews

```ts theme={null}
reviews: TapReviewsResult;
```

## Methods

### series()

```ts theme={null}
series(metric): TapSeriesResult;
```

`fixtureSeries`, so a series is built per metric rather than held.

#### Parameters

##### metric

`TapSeriesMetric`

#### Returns

`TapSeriesResult`
