Saxonberg Server API
    Preparing search index...

    Interface RecipeView

    A display view of a recipe (no behavior) for menu/order rendering.

    interface RecipeView {
        keywords: readonly string[];
        name: string;
        recipeId: string;
    }
    Index

    Properties

    keywords: readonly string[]
    name: string
    recipeId: string