Saxonberg Server API
    Preparing search index...

    One banked ingredient: its recipe category, measure, and input grade.

    interface BuildContribution {
        category: string;
        gradeBand: string;
        measureL: number;
    }
    Index

    Properties

    category: string

    The Material category tag (e.g. gin) — matched against recipe slots.

    gradeBand: string

    The source bottle's grade band word, for weakest-link derivation.

    measureL: number

    Volume contributed, in litres.