PeerTube/shared/models/videos/video-rate.type.ts

2 lines
47 B
TypeScript

export type VideoRateType = 'like' | 'dislike'