Saxonberg Server API
    Preparing search index...

    Interface CraftRequest

    The craft request. Carries no maker — only the makerMode enum.

    interface CraftRequest {
        brand?: string;
        makerMode: MakerMode;
        recipeRef: string;
    }
    Index

    Properties

    brand?: string

    Optional with <brand> input choice — a keyword matched against present inputs.

    makerMode: MakerMode
    recipeRef: string

    Recipe id or keyword.