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

1.7 KiB

RemoveDeviceResponse

Example Usage

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

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

Fields

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