feat: add settings

This commit is contained in:
2025-06-13 19:18:31 -03:00
parent 28c77234d7
commit a1cc868f33
7 changed files with 342 additions and 26 deletions
+8
View File
@@ -15,3 +15,11 @@ export type FoodStorage = {
time: string;
date: string;
};
export type UserSettings = {
id?: string;
proteinGoal: number;
fatGoal: number;
carboGoal: number;
fiberGoal: number;
};