Type Alias GraphLevelsResponse

type GraphLevelsResponse = {
    graph?: Graph;
    graphs?: Graphs;
}
Index

Properties

Properties

graph?: Graph

The lineage graph containing the node.

graphs?: Graphs

The list of lineage graphs.