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

x/plausible/types.ts>Breakdowns

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

Type Parameters

T extends Properties
Metric extends Metrics
definition: Array<T extends `${string}:${infer Key}` ? Breakdown<Key, Metric> : never>