Fetch content category service result.

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

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

Properties

Properties

Streaming service the content items belong to.

content: StreamingContent[]

Content items for service.