mwg API
    Preparing search index...

    Interface MwlScenarioLink

    One scenario in a campaign's chain: where it goes when it is won.

    interface MwlScenarioLink {
        id: string;
        nextScenario?: string;
    }
    Index
    id: string
    nextScenario?: string

    the scenario that follows, next_scenario; absent means this one ends the campaign