Record
autocomplete-ingredient-search-response-item
No description available.
record autocomplete-ingredient-search-response-item {
aisle: option<string>,
id: option<s32>,
image: string,
name: string,
possible-units: option<list<string>>,
}Fields
| Name | Type | Description |
|---|---|---|
| aisle | option<string> | |
| id | option<s32> | |
| image | string | |
| name | string | |
| possible-units | option<list<string>> |