fix shopping list api

This commit is contained in:
smilerz
2021-12-20 12:27:25 -06:00
parent f5e4adba8b
commit 2d94cb70ab
8 changed files with 174 additions and 28 deletions

View File

@ -269,13 +269,13 @@ export interface FoodIgnoreInherit {
* @type {string}
* @memberof FoodIgnoreInherit
*/
name: string;
name?: string;
/**
*
* @type {string}
* @memberof FoodIgnoreInherit
*/
field: string;
field?: string;
}
/**
*
@ -294,13 +294,13 @@ export interface FoodInheritField {
* @type {string}
* @memberof FoodInheritField
*/
name: string;
name?: string;
/**
*
* @type {string}
* @memberof FoodInheritField
*/
field: string;
field?: string;
}
/**
*