1
0
Fork 0
peertube/shared/models/videos/user-video-rate.type.ts

2 lines
60 B
TypeScript

export type UserVideoRateType = 'like' | 'dislike' | 'none'