1
0
Fork 0
peertube/shared/models/videos/user-video-rate-update.model.ts

6 lines
129 B
TypeScript
Raw Normal View History

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