ee9e7b61f
154898b0b
1
2 3 4 5 6 7
export type VideoRateType = 'like' | 'dislike' export type UserVideoRateType = 'like' | 'dislike' | 'none' export interface UserVideoRate { videoId: string rating: UserVideoRateType }