Preparing search index...

    Result of fetching and parsing a single recipe

    interface FetchedRecipe {
        url: string;
        converted: ConvertedImportRecipe;
    }
    Index

    Properties

    Properties

    url: string

    URL of the fetched recipe

    Converted recipe data ready for import