Preparing search index...

    Lightweight recipe data discovered during URL scanning

    Contains minimal information extracted from category pages for display before full parsing.

    interface DiscoveredRecipe {
        url: string;
        title: string;
        imageUrl?: string;
        description?: string;
        memoryStatus?: ImportMemoryStatus;
    }
    Index

    Properties

    url: string

    URL of the recipe page

    title: string

    Recipe title extracted from URL slug or page

    imageUrl?: string

    Recipe image URL if available

    description?: string

    Recipe description if available

    memoryStatus?: ImportMemoryStatus

    Import memory status (fresh, seen, or imported)