@gmb/bitmark-parser - v7.2.0
    Preparing search index...

    Interface IngredientJson

    interface IngredientJson {
        checked: boolean;
        decimalPlaces: number;
        disableCalculation: boolean;
        hint: JsonText;
        ingredient: string;
        item: JsonText;
        lead: JsonText;
        quantity: number;
        title: string;
        unit: string;
        unitAbbr: string;
    }
    Index
    checked: boolean
    decimalPlaces: number
    disableCalculation: boolean
    hint: JsonText
    ingredient: string
    item: JsonText
    lead: JsonText
    quantity: number
    title: string
    unit: string
    unitAbbr: string