user-video-rate-update.model.ts 129 B

12345
  1. import { UserVideoRateType } from './user-video-rate.type'
  2. export interface UserVideoRateUpdate {
  3. rating: UserVideoRateType
  4. }