Preparing search index...

    A link found in the recipe page.

    interface RecipeLink {
        href: string;
        text?: string;
    }
    Index

    Properties

    Properties

    href: string
    text?: string