Interface PVRGetChannelDetailsResponse

interface PVRGetChannelDetailsResponse {
    channeldetails?: PVRDetailsChannel;
}

Properties

Properties

channeldetails?: PVRDetailsChannel