feat: add weight and height features

This commit is contained in:
2026-02-12 11:13:51 -03:00
parent 78220fdbf0
commit 2fbba3b6b2
4 changed files with 83 additions and 4 deletions
+4
View File
@@ -27,6 +27,10 @@ export type UserSettings = {
fatGoal: number;
carboGoal: number;
fiberGoal: number;
bodyWeight?: number;
height?: number;
bmi?: number;
bmiResult?: string;
};
export type DailyTotalCalories = {