import type { BindedBySkuId, BindedWithRecipeId } from '@/stores/inventory'; export interface IngredientBindedItemProps { name: string; bindings: BindedBySkuId[] | BindedWithRecipeId[]; }