aboutsummaryrefslogblamecommitdiffhomepage
path: root/shared/models/videos/user-video-rate.model.ts
blob: d39a1c3d546483f129f8cecf2e0561fd6bc200ea (plain) (tree)
1
2
3
4
5
6


                                                          
                 

                           
import { UserVideoRateType } from './user-video-rate.type'

export interface UserVideoRate {
  videoId: number
  rating: UserVideoRateType
}