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

# TapDateRange

> The dates a read covers, as the host's filter bar holds them.

The dates a read covers, as the host's filter bar holds them.

## Properties

### from

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

Inclusive start, as `YYYY-MM-DD`.

***

### preset?

```ts theme={null}
optional preset?: "7d" | "30d" | "90d";
```

Set when the owner picked one of the preset ranges rather than dates.

***

### to

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

Inclusive end, as `YYYY-MM-DD`.
