Fetch content category result.

Holds the results of a fetch content request for a category and each streaming service

interface FetchContentCategoryResult {
    category: StreamingCategory;
    services: FetchContentCategoryServiceResult[];
}

Properties

Properties

Streaming category the results apply to.

Service results for the specified category.