Remove artificial restriction that topology parents can only have 2 or fewer parents

Topology nodes can have an arbitrary number of parents. Traffic Portal
can only handle a maximum of 2 parents, but that is an an
application-level restriction, not a data type restriction.
1 file changed
tree: 7a9f301c274a908043edfd75d9da40be4de95bdb
  1. src/
  2. .eslintrc.json
  3. .gitignore
  4. LICENSE
  5. package-lock.json
  6. package.json
  7. pnpm-lock.yaml
  8. README.md
  9. tsconfig.json
README.md

trafficops-types

Typescript types and utility functions for Traffic Ops API objects.

There‘s not much to document, it’s mostly just types, but to see the documentation, install the development dependencies and use the doc NPM script like: npm run doc.