novu@notification-center (v0.23.0) to start using Novu. Everything works fine, but our typescript is throwing this error: Type 'Timeout' is not assignable to type 'Number'. It seems like Typescript does not know if Timeout comes from the DOM or nodeJS.package-json to see what package may be causing the issue, and we found it in @novu/shared, where it was added using the triple slash directive: /// <reference types="node />"
