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