]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/users/user-video-quota.model.ts
Add blacklist reason field
[github/Chocobozzz/PeerTube.git] / shared / models / users / user-video-quota.model.ts
CommitLineData
5fcbd898
C
1export interface UserVideoQuota {
2 videoQuotaUsed: number
3}