@jellyfin/sdk
    Preparing search index...

    Interface SeriesTimerInfoDtoQueryResult

    Query result container.

    SeriesTimerInfoDtoQueryResult

    interface SeriesTimerInfoDtoQueryResult {
        Items?: SeriesTimerInfoDto[];
        StartIndex?: number;
        TotalRecordCount?: number;
    }
    Index

    Properties

    Gets or sets the items.

    SeriesTimerInfoDtoQueryResult

    StartIndex?: number

    Gets or sets the index of the first record in Items.

    SeriesTimerInfoDtoQueryResult

    TotalRecordCount?: number

    Gets or sets the total number of records available.

    SeriesTimerInfoDtoQueryResult