Lazy load all routes
[oweals/peertube.git] / client / src / app / +videos / +video-watch / recommendations / recommendation-info.model.ts
1 export interface RecommendationInfo {
2   uuid: string
3   tags?: string[]
4 }