Record
compute-ingredient-amount-params
No description available.
record compute-ingredient-amount-params {
id: string,
nutrient: string,
target: f64,
unit: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | string | |
| nutrient | string | |
| target | f64 | |
| unit | option<string> |