@jellyfin/sdk
    Preparing search index...

    Interface LiveTvApiGetTimerRequest

    Request parameters for getTimer operation in LiveTvApi.

    LiveTvApiGetTimerRequest

    interface LiveTvApiGetTimerRequest {
        timerId: string;
    }
    Index

    Properties

    Properties

    timerId: string

    Timer id.

    LiveTvApiGetTimer