> For the complete documentation index, see [llms.txt](https://docs.appetize.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appetize.io/javascript-sdk/api-reference/types/deviceinfo.md).

# DeviceInfo

| Property    | Type                                                        |
| ----------- | ----------------------------------------------------------- |
| type        | string                                                      |
| name        | string                                                      |
| osVersion   | string                                                      |
| orientation | 'portrait' \| 'landscape'                                   |
| screen      | { width: number; height: number; devicePixelRatio: number } |
