feat: add calories in the calendar
This commit is contained in:
@@ -27,3 +27,9 @@ export type UserSettings = {
|
||||
carboGoal: number;
|
||||
fiberGoal: number;
|
||||
};
|
||||
|
||||
export type DailyTotalCalories = {
|
||||
documentId: string;
|
||||
day: number;
|
||||
totalCalories: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user