aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/user-video-rate.model.ts
blob: 4b9c574d823a94a613abe554f7c1ddfdf220ccbd (plain) (blame)
1
2
3
4
5
6
import { UserVideoRateType } from './user-video-rate.type'

export interface UserVideoRate {
  videoId: string
  rating: UserVideoRateType
}