Type Alias TaxonomyEdge

TaxonomyEdge: {
    from: number;
    id: number;
    label?: string;
    to: number;
}

Datatype for a taxonomy edge