Interface PVRGetChannelsResponse

interface PVRGetChannelsResponse {
    channels: PVRDetailsChannel[];
    limits: ListLimitsReturned;
}

Properties

Properties

channels: PVRDetailsChannel[]