### Echo Version 1.16.1 ### Laravel Version N/A ### PHP Version N/A ### NPM Version 10.5.1 ### Database Driver & Version N/A ### Description I got an issue with Typescript that says that the whisper methode is not available on Channel ```ts echo?.private('conversation.' + conversationIdFromRoute) .whisper('typing', { isTyping: true }); ``` But the code works fine in dev mode. ### Steps To Reproduce See description