@jellyfin/sdk
    Preparing search index...

    Interface RecommendationDto

    RecommendationDto

    interface RecommendationDto {
        BaselineItemName?: null | string;
        CategoryId?: string;
        Items?: null | BaseItemDto[];
        RecommendationType?: RecommendationType;
    }
    Index

    Properties

    BaselineItemName?: null | string

    RecommendationDto

    CategoryId?: string

    RecommendationDto

    Items?: null | BaseItemDto[]

    RecommendationDto

    RecommendationType?: RecommendationType

    RecommendationDto