@jellyfin/sdk
    Preparing search index...

    Interface TimerInfoDtoQueryResult

    Query result container.

    interface TimerInfoDtoQueryResult {
        Items?: TimerInfoDto[];
        StartIndex?: number;
        TotalRecordCount?: number;
    }
    Index

    Properties

    Items?: TimerInfoDto[]

    Gets or sets the items.

    StartIndex?: number

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

    TotalRecordCount?: number

    Gets or sets the total number of records available.