ChemPal Documentation - v1.6.0
    Preparing search index...

    Type Alias StatsRange

    StatsRange: "all" | "today" | "week" | "month" | "last7" | "last30"

    Selectable window for the stats views.

    export type StatsRange = 'all' | 'today' | 'week' | 'month' | 'last7' | 'last30';