mirror of
https://github.com/harivansh-afk/Habit-Tracker.git
synced 2026-04-18 13:04:03 +00:00
manual streaking
This commit is contained in:
parent
a1c0aeb8e7
commit
465ec16e30
4 changed files with 39 additions and 7 deletions
|
|
@ -2,4 +2,5 @@ export interface Habit {
|
|||
id: number;
|
||||
name: string;
|
||||
completedDates: string[];
|
||||
manualStreak: number;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue