Loom Engine - v3.1.1
    Preparing search index...

    Interface RecipeIngredient

    interface RecipeIngredient {
        itemId: string;
        count: number;
    }
    Index

    Properties

    Properties

    itemId: string
    count: number