]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/video-rate.type.ts
More specific message when signup is not allowed
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-rate.type.ts
CommitLineData
5c6d985f 1export type VideoRateType = 'like' | 'dislike'