mirror of
https://github.com/pavlobu/deskreen.git
synced 2025-05-21 01:40:12 -07:00
8 lines
118 B
TypeScript
8 lines
118 B
TypeScript
interface Device {
|
|
id: string;
|
|
sessionId: string;
|
|
deviceOs: string;
|
|
deviceType: string;
|
|
deviceIp: string;
|
|
}
|