Duplicate identifier "Preconditions" when module augmenting "@sapphire/framework"
Please see screenshot
Solution:Jump to solution
unfortunately, the type keyword cannot be used. instead, it should be an interface because it will merge the content with the pre-existing interface
2 Replies
Solution
unfortunately, the type keyword cannot be used. instead, it should be an interface because it will merge the content with the pre-existing interface
i believe a eslint force fix caused the issue, thanks!