Interface PVRDetailsChannelGroup

interface PVRDetailsChannelGroup {
    channelgroupid: number;
    channeltype: PVRChannelType;
    label: string;
}

Hierarchy (View Summary)

Properties

channelgroupid: number
channeltype: PVRChannelType
label: string