Preparing search index...
    type IgnoredIngredientPatterns = {
        prefixes: string[];
        exactMatches: string[];
    }
    Index

    Properties

    prefixes: string[]
    exactMatches: string[]