manual streaking

This commit is contained in:
Harivansh Rathi 2024-11-17 20:55:35 -05:00
parent a1c0aeb8e7
commit 465ec16e30
4 changed files with 39 additions and 7 deletions

View file

@ -2,4 +2,5 @@ export interface Habit {
id: number;
name: string;
completedDates: string[];
manualStreak: number;
}