aboutsummaryrefslogblamecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/recommendations/recommendations.service.ts
blob: 1d79d35f609f427049460324ea39cb2bc6d8b497 (plain) (tree)
1
2
3
4
5
6
7
                                 

                                                                
 
                                        
                                                                              
 
import { Observable } from 'rxjs'
import { Video } from '@app/shared/shared-main'
import { RecommendationInfo } from './recommendation-info.model'

export interface RecommendationService {
  getRecommendations (recommendation: RecommendationInfo): Observable<Video[]>
}