WFCD / warframe-items

📘 Get all Warframe items directly from Warframe's API. No more messy wikia scraping.
MIT License
277 stars 53 forks source link

Item does not guarantee that 'uniqueName' and 'name' properties are defined #564

Closed Sainan closed 2 months ago

Sainan commented 6 months ago

This is an issue with the definitions in index.d.ts.

Because Arcane extends Partial, the guarantees that 'uniqueName' and 'name' are never undefined is removed.

This could be fixed by not using Partial, or by adding MinimalItem or BaseItem to the extends list, but I'm not familiar with the specifics of this project, so some further insights would be appreciated.

wfcd-bot-boi commented 2 months ago

:tada: This issue has been resolved in version 1.1262.117 :tada:

The release is available on:

Your semantic-release bot :package::rocket: