]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/video-rate.type.ts
Better typescript typing for a better world
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-rate.type.ts
1 export type VideoRateType = 'like' | 'dislike'