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