Record
generate-meal-plan-response-nutrients
No description available.
record generate-meal-plan-response-nutrients {
calories: f64,
carbohydrates: f64,
fat: f64,
protein: f64,
}Fields
| Name | Type | Description |
|---|---|---|
| calories | f64 | |
| carbohydrates | f64 | |
| fat | f64 | |
| protein | f64 |