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

# TapSeriesResult

> What a series query answers with.

What a `series` query answers with.

## Properties

### metric

```ts theme={null}
metric: TapSeriesMetric;
```

***

### points

```ts theme={null}
points: TapSeriesPoint[];
```

***

### unit

```ts theme={null}
unit: "count" | "ratio";
```

`ratio` for `conversion_rate`, `count` for the other three metrics.
