]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/shared/rate-type.type.ts
Update client modules
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / shared / rate-type.type.ts
CommitLineData
d38b8281 1export type RateType = 'like' | 'dislike';