Record
convert-amounts-params
No description available.
record convert-amounts-params {
ingredient-name: string,
source-amount: f64,
source-unit: string,
target-unit: string,
}Fields
| Name | Type | Description |
|---|---|---|
| ingredient-name | string | |
| source-amount | f64 | |
| source-unit | string | |
| target-unit | string |