Interface PVRDetailsChannelGroupExtended

interface PVRDetailsChannelGroupExtended {
    channelgroupid: number;
    channels?: PVRDetailsChannel[];
    channeltype: PVRChannelType;
    label: string;
    limits: ListLimitsReturned;
}

Hierarchy (View Summary)

Properties

channelgroupid: number
channels?: PVRDetailsChannel[]
channeltype: PVRChannelType
label: string