Interface PVRGetTimerDetailsResponse

interface PVRGetTimerDetailsResponse {
    timerdetails?: PVRDetailsTimer;
}

Properties

Properties

timerdetails?: PVRDetailsTimer