Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/plausible/types.ts>Datapoints

A zero-dependency, TypeScript library for interacting with the Plausible Analytics API, written in Deno!
Latest
type alias Datapoints
import { type Datapoints } from "https://deno.land/x/plausible@v2.2.0/types.ts";

Type Parameters

Metric extends string
definition: Array<[key in Metric]: string & { date: string; }>