Record
parse-ingredients-response-item-nutrition-nutrients-item
No description available.
record parse-ingredients-response-item-nutrition-nutrients-item {
amount: f64,
name: string,
percent-of-daily-needs: f64,
unit: string,
}Fields
| Name | Type | Description |
|---|---|---|
| amount | f64 | |
| name | string | |
| percent-of-daily-needs | f64 | |
| unit | string |