# 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 |