DEV Community

Discussion on: Push Notifications in ReactJS with OneSignal

Collapse
 
pcast01 profile image
Paul

I used this code from: stackoverflow.com/questions/564579...

declare global {
interface Window {
OneSignal: any;
}
}