Interface PVRGetChannelGroupsParams

interface PVRGetChannelGroupsParams {
    channeltype: PVRChannelType;
    limits?: ListLimits;
}

Properties

Properties

channeltype: PVRChannelType
limits?: ListLimits