Added sockets for notifications
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
import Echo from 'laravel-echo';
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
Echo: Echo<'reverb'>;
|
||||
Pusher: unknown;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user