feat: add calories goal

This commit is contained in:
2025-06-23 18:24:37 -03:00
parent 723d1b8883
commit 443186593a
4 changed files with 21 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@ export type FoodStorage = {
export type UserSettings = {
id?: string;
caloriesGoal?: number;
proteinGoal: number;
fatGoal: number;
carboGoal: number;