tap.data.query and useTapQuery accept, one member per kind of
Tappify data.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A read tap.data.query and useTapQuery accept, one member per kind of Tappify data.
type TapQuery =
| {
kind: "project";
}
| {
kind: "series";
metric: TapSeriesMetric;
platform?: TapPlatform;
range: TapDateRange;
}
| {
kind: "keywords";
}
| {
kind: "listing";
}
| {
kind: "reviews";
range: TapDateRange;
}
| {
kind: "crashes";
range: TapDateRange;
}
| {
kind: "revenue";
range: TapDateRange;
};
tap.data.query and useTapQuery accept, one member per kind of
Tappify data.Was this page helpful?