Interface PVRRecordParams

interface PVRRecordParams {
    channel?: number | "current";
    record?: GlobalToggle;
}

Properties

Properties

channel?: number | "current"
record?: GlobalToggle