Type Alias Graphs

The list of lineage graphs.

type Graphs = {
    graphs?: Graph[];
}
Index
graphs?: Graph[]