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

# DataQueryKind

> The kind of every read tap.data.query accepts, one per scope it needs.

```ts theme={null}
type DataQueryKind = 
  | "project"
  | "series"
  | "keywords"
  | "listing"
  | "reviews"
  | "crashes"
  | "revenue";
```

The `kind` of every read `tap.data.query` accepts, one per scope it needs.
