4771e0008
0a6658fdc
1 2 3
4
5 6
import { UserVideoRateType } from './user-video-rate.type' export interface UserVideoRate { videoId: number rating: UserVideoRateType }