feat: add settings
This commit is contained in:
@@ -15,3 +15,11 @@ export type FoodStorage = {
|
||||
time: string;
|
||||
date: string;
|
||||
};
|
||||
|
||||
export type UserSettings = {
|
||||
id?: string;
|
||||
proteinGoal: number;
|
||||
fatGoal: number;
|
||||
carboGoal: number;
|
||||
fiberGoal: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user