Interface GraphExpansionResult

interface GraphExpansionResult {
    graph?: CompiledExecutionGraph;
    events?: GraphEvent[];
}

Properties

Properties

events?: GraphEvent[]