mimiq
    Preparing search index...

    Interface StartRunRequest

    interface StartRunRequest {
        input?: JsonObject;
        scene?: JsonObject;
        sceneId?: string;
        scenePath?: string;
    }
    Index

    Properties

    input?: JsonObject
    scene?: JsonObject
    sceneId?: string
    scenePath?: string