sesaparcours
    Preparing search index...

    Interface PathwayJson

    interface PathwayJson {
        currentNodeId: string;
        graph: GraphJson;
        nbRuns: Record<string, number>;
        persistentStorage: Record<string, unknown>;
        results: ResultValues[];
        startedAt: string;
    }
    Index

    Properties

    currentNodeId: string
    graph: GraphJson
    nbRuns: Record<string, number>
    persistentStorage: Record<string, unknown>
    results: ResultValues[]
    startedAt: string