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