interface GraphValues {
    nodes?: Record<string, GraphNodeValues>;
    startingId?: string;
}

Properties

Properties

nodes?: Record<string, GraphNodeValues>
startingId?: string