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

1.7 KiB

GetChannelsResponse

Example Usage

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

let value: GetChannelsResponse = {
  headers: {
    "key": [],
    "key1": [
      "<value 1>",
      "<value 2>",
    ],
  },
  result: {},
};

Fields

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