domino-client/type.d.ts
2024-07-05 01:31:55 +02:00

6 lines
70 B
TypeScript

declare module 'socket.io' {
interface Socket {
data: any
}
}