screepers/typed-screeps

Typo in StoreBase definition

pyrodogg opened this issue · 0 comments

Brief Description

As pointed out in 3.0 release PR to DT (DefinitelyTyped/DefinitelyTyped#40613) there is a typo that would be beneficial to fix in StoreBase interface. Include in next patch release.

Sample code (if available)

Replace POSSIBLE_RESSOURCES with POSSIBLE_RESOURCES in StoreBase

interface StoreBase<POSSIBLE_RESSOURCES extends ResourceConstant, UNLIMITED_STORE extends boolean> {