@jellyfin/sdk
    Preparing search index...

    Interface SpecialViewOptionDto

    Special view option dto.

    SpecialViewOptionDto

    interface SpecialViewOptionDto {
        Id?: null | string;
        Name?: null | string;
    }
    Index

    Properties

    Properties

    Id?: null | string

    Gets or sets view option id.

    SpecialViewOptionDto

    Name?: null | string

    Gets or sets view option name.

    SpecialViewOptionDto