@patternmeshjs/core
    Preparing search index...

    Type Alias WriteRecipeDecl

    type WriteRecipeDecl = {
        name: string;
        steps: readonly WriteRecipeStepDecl[];
    }
    Index

    Properties

    Properties

    name: string
    steps: readonly WriteRecipeStepDecl[]