Search content service result.

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

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

Properties

Properties

Streaming service the content items belong to.

content: StreamingContent[]

Content items for service.