MCPcopy Create free account
hub / github.com/Fibi66/FeiControl / HeatmapDay

Interface HeatmapDay

src/components/ActivityHeatmap.tsx:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4import { format, subDays, eachDayOfInterval, startOfWeek, endOfWeek } from "date-fns";
5
6interface HeatmapDay {
7 day: string;
8 count: number;
9}
10
11interface HeatmapStats {
12 total: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected