]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/video-rate.type.ts
Fix client development so that it uses the local ng binary; (#177)
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-rate.type.ts
CommitLineData
4771e000 1export type VideoRateType = 'like' | 'dislike'