domino-client/types/type.d.ts

10 lines
117 B
TypeScript
Raw Permalink Normal View History

2024-07-05 01:31:55 +02:00
declare module 'socket.io' {
interface Socket {
data: any
}
}
2024-07-22 21:04:51 +02:00
declare interface Window {
__TAURI__: any
}