PeerTube_original/shared/models/videos/user-video-rate.model.ts
2017-07-10 19:43:21 +02:00

7 lines
141 B
TypeScript

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