mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-08 12:37:47 +00:00
18 lines
1.2 KiB
Markdown
18 lines
1.2 KiB
Markdown
# ComputeChannelMapChannelMapping
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { ComputeChannelMapChannelMapping } from "@lukehagar/plexjs/models/operations";
|
|
|
|
let value: ComputeChannelMapChannelMapping = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- |
|
|
| `channelKey` | *string* | :heavy_minus_sign: | N/A |
|
|
| `deviceIdentifier` | *string* | :heavy_minus_sign: | The channel description on the device |
|
|
| `favorite` | *boolean* | :heavy_minus_sign: | N/A |
|
|
| `lineupIdentifier` | *string* | :heavy_minus_sign: | The channel identifier in the lineup | |