1
0
mirror of https://github.com/pavlobu/deskreen.git synced 2025-05-21 01:40:12 -07:00
2020-09-24 19:06:07 +03:00

8 lines
118 B
TypeScript

interface Device {
id: string;
sessionId: string;
deviceOs: string;
deviceType: string;
deviceIp: string;
}