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

x/plausible/types.ts>Period

A zero-dependency, TypeScript library for interacting with the Plausible Analytics API, written in Deno!
Latest
type alias Period
import { type Period } from "https://deno.land/x/plausible@v2.2.0/types.ts";
definition:
| "12mo"
| "6mo"
| "month"
| "30d"
| "7d"
| "day"