@jellyfin/sdk
    Preparing search index...

    Interface RecommendationDto

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

    Properties

    BaselineItemName?: string | null
    CategoryId?: string
    Items?: BaseItemDto[] | null
    RecommendationType?: RecommendationType