Files
plexjs/docs/models/operations/listdevicesresponse.md

1.5 KiB

ListDevicesResponse

Example Usage

import { ListDevicesResponse } from "@lukehagar/plexjs/models/operations";

let value: ListDevicesResponse = {
  headers: {},
  result: {},
};

Fields

Field Type Required Description
headers Record<string, string[]> ✔️ N/A
result shared.MediaContainerWithDevice ✔️ N/A