aboutsummaryrefslogblamecommitdiffhomepage
path: root/shared/models/users/user-video-quota.model.ts
blob: b856fd9fc5084500f69ed23a669372346a3547ab (plain) (tree)
1
2
3


                                 
export interface UserVideoQuota {
  videoQuotaUsed: number
}