Membrane React - v0.2.1
    Preparing search index...

    Interface UpdateScenarioRequest

    interface UpdateScenarioRequest {
        name?: string;
        key?: string;
        elements?: ScenarioElement[];
        todos?: ScenarioToDo[];
    }
    Index

    Properties

    name?: string
    key?: string
    elements?: ScenarioElement[]
    todos?: ScenarioToDo[]