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