This commit is contained in:
Jose Conde
2024-08-04 18:39:28 +02:00
parent 72dd41677b
commit 3114060183
24 changed files with 515 additions and 353 deletions

1
types/type.d.ts vendored
View File

@ -6,4 +6,5 @@ declare module 'socket.io' {
declare interface Window {
__TAURI__: any
opera: any
}