Record
search-recipes-response-results-item
No description available.
record search-recipes-response-results-item {
calories: f64,
carbs: string,
fat: string,
id: s32,
image: string,
image-type: string,
protein: string,
title: string,
}Fields
| Name | Type | Description |
|---|---|---|
| calories | f64 | |
| carbs | string | |
| fat | string | |
| id | s32 | |
| image | string | |
| image-type | string | |
| protein | string | |
| title | string |