Interface PVRGetTimersResponse

interface PVRGetTimersResponse {
    limits: ListLimitsReturned;
    timers: PVRDetailsTimer[];
}

Properties

Properties

timers: PVRDetailsTimer[]