1
0
Fork 0
peertube/shared/models/videos/rate/user-video-rate.model.ts
2018-08-14 15:00:01 +02:00

6 lines
141 B
TypeScript

import { UserVideoRateType } from './user-video-rate.type'
export interface UserVideoRate {
videoId: number
rating: UserVideoRateType
}