Fetch content category service result.

Holds the results of a fetch content request for a given streaming service.

interface FetchContentCategoryServiceResult {
    content: StreamingContent[];
    service: StreamingService;
}

Properties

Properties

content: StreamingContent[]

Content items for service.

Streaming service the content items belong to.