Record
generate-meal-plan-response-meals-item
No description available.
record generate-meal-plan-response-meals-item {
id: s32,
image-type: string,
ready-in-minutes: s32,
servings: f64,
source-url: string,
title: string,
}Fields
| Name | Type | Description |
|---|---|---|
| id | s32 | |
| image-type | string | |
| ready-in-minutes | s32 | |
| servings | f64 | |
| source-url | string | |
| title | string |