load RecipeFilter cookbook entries

This commit is contained in:
Chris Scoggins
2022-01-27 10:21:05 -06:00
parent c042ab08c7
commit 07d5ead128
5 changed files with 54 additions and 24 deletions

View File

@ -3134,21 +3134,18 @@ export interface UserPreference {
* @memberof UserPreference
*/
shopping_add_onhand?: boolean;
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> created CustomFilter model and api
/**
*
* @type {boolean}
* @memberof UserPreference
*/
left_handed?: boolean;
<<<<<<< HEAD
=======
>>>>>>> complex keyword filters
=======
>>>>>>> created CustomFilter model and api
/**
*
* @type {string}
* @memberof UserPreference
*/
food_children_exist?: string;
}
/**