]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/user-video-rate-update.model.ts
Add ability to disable video comments
[github/Chocobozzz/PeerTube.git] / shared / models / videos / user-video-rate-update.model.ts
1 import { UserVideoRateType } from './user-video-rate.type'
2
3 export interface UserVideoRateUpdate {
4 rating: UserVideoRateType
5 }