Type alias MappedEdge

MappedEdge: {
    sourceLabel: string;
    targetLabel: string;
}

Type declaration

  • sourceLabel: string
  • targetLabel: string