mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-23 07:09:41 +02:00
fix type reference
This commit is contained in:
parent
92cf97e401
commit
40d1f586cd
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ import RecipeDialogShare from "./RecipeDialogShare.vue";
|
|||
import { useUserApi } from "~/composables/api";
|
||||
import { alert } from "~/composables/use-toast";
|
||||
import { MealType, planTypeOptions } from "~/composables/use-group-mealplan";
|
||||
import { ShoppingListSummary } from "~/api/class-interfaces/group-shopping-lists";
|
||||
import { ShoppingListSummary } from "~/types/api-types/group";
|
||||
|
||||
export interface ContextMenuIncludes {
|
||||
delete: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue