add grist

This commit is contained in:
Darius
2026-02-06 17:16:17 +01:00
parent cd95b63174
commit 4337372b38
19 changed files with 148 additions and 117 deletions

14
src/grist.ts Normal file
View File

@@ -0,0 +1,14 @@
export type Record_PersonalGoals = {
went_outside: boolean;
standing: boolean;
standing_goal: number;
steps: boolean;
steps_goal: number;
pushups: boolean;
squats: boolean;
leg_raises: boolean;
reps_goal: number;
stairs: boolean;
stairs_goal: number;
is_workday: boolean;
};