breeku / trackmania-api-node

npm module for Trackmania2020 API
https://trackmania-api-node.netlify.app/
MIT License
13 stars 3 forks source link

change type names #15

Open breeku opened 4 years ago

breeku commented 4 years ago

typedoc doesn't navigate to type if interface has a key with same name as the type

interface example {
  top: top
}

its probably bad practice anyway.