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

2 lines
47 B
TypeScript
Raw Normal View History

export type VideoRateType = 'like' | 'dislike'