]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/+videos/+video-watch/shared/recommendations/recommendation-info.model.ts
Fix privacy concern for remote videos
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-watch / shared / recommendations / recommendation-info.model.ts
1 export interface RecommendationInfo {
2 uuid: string
3 tags?: string[]
4 }