mirror of
https://github.com/pavlobu/deskreen.git
synced 2025-05-19 17:00:17 -07:00
7 lines
105 B
TypeScript
7 lines
105 B
TypeScript
interface DeviceDetails {
|
|
myIP: string,
|
|
myOS: string,
|
|
myDeviceType: string,
|
|
myBrowser: string,
|
|
}
|