]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+videos/+video-watch/recommendations/recommendation-info.model.ts
fix video update button, add color to danger zone
[github/Chocobozzz/PeerTube.git] / client / src / app / +videos / +video-watch / recommendations / recommendation-info.model.ts
CommitLineData
b0c36821
J
1export interface RecommendationInfo {
2 uuid: string
3 tags?: string[]
4}