]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/user-video-rate.model.ts
Use typescript standard and lint all files
[github/Chocobozzz/PeerTube.git] / shared / models / user-video-rate.model.ts
CommitLineData
ee9e7b61 1export type VideoRateType = 'like' | 'dislike'