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