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