Preparing search index...
    type encodedIngredientElement = {
        ID: number;
        INGREDIENT: string;
        UNIT: string;
        TYPE: string;
        SEASON: string;
    }
    Index

    Properties

    ID: number
    INGREDIENT: string
    UNIT: string
    TYPE: string
    SEASON: string