]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - 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
1 export type RateType = 'like' | 'dislike';