# ListDevicesResponse ## Example Usage ```typescript import { ListDevicesResponse } from "@lukehagar/plexjs/models/operations"; let value: ListDevicesResponse = { headers: {}, result: {}, }; ``` ## Fields | Field | Type | Required | Description | | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | | `headers` | Record | :heavy_check_mark: | N/A | | `result` | [shared.MediaContainerWithDevice](../../models/shared/mediacontainerwithdevice.md) | :heavy_check_mark: | N/A |