Record
generate-meal-plan-params
No description available.
record generate-meal-plan-params {
time-frame: option<string>,
target-calories: option<f64>,
diet: option<string>,
exclude: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| time-frame | option<string> | |
| target-calories | option<f64> | |
| diet | option<string> | |
| exclude | option<string> |